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 81c482e commit ec1436eCopy full SHA for ec1436e
src/components/SyntaxHighlighter/YDBSyntaxHighlighter.tsx
@@ -24,11 +24,11 @@ async function registerLanguage(lang: Language) {
24
}
25
26
27
-interface WithClipboardButtonProp extends ClipboardButtonProps {
+export interface WithClipboardButtonProp extends ClipboardButtonProps {
28
alwaysVisible?: boolean;
29
30
31
-type YDBSyntaxHighlighterProps = {
+export type YDBSyntaxHighlighterProps = {
32
text: string;
33
language: Language;
34
className?: string;
0 commit comments