We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0c079 commit 9418802Copy full SHA for 9418802
src/types/index.ts
@@ -18,6 +18,7 @@ export type Props = {
18
maxHeight?: string | number;
19
persistentCopyButton?: boolean;
20
prismjs?: boolean;
21
+ prismPlugin?: boolean;
22
runTab?: boolean;
23
runText?: string;
24
tabGap?: string;
src/types/types.d.ts
0 commit comments