Skip to content

Commit 9418802

Browse files
Added missing prop
1 parent dc0c079 commit 9418802

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type Props = {
1818
maxHeight?: string | number;
1919
persistentCopyButton?: boolean;
2020
prismjs?: boolean;
21+
prismPlugin?: boolean;
2122
runTab?: boolean;
2223
runText?: string;
2324
tabGap?: string;

src/types/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type Props = {
1818
maxHeight?: string | number;
1919
persistentCopyButton?: boolean;
2020
prismjs?: boolean;
21+
prismPlugin?: boolean;
2122
runTab?: boolean;
2223
runText?: string;
2324
tabGap?: string;

0 commit comments

Comments
 (0)