Skip to content

Commit ec1436e

Browse files
committed
fix: package
1 parent 81c482e commit ec1436e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SyntaxHighlighter/YDBSyntaxHighlighter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ async function registerLanguage(lang: Language) {
2424
}
2525
}
2626

27-
interface WithClipboardButtonProp extends ClipboardButtonProps {
27+
export interface WithClipboardButtonProp extends ClipboardButtonProps {
2828
alwaysVisible?: boolean;
2929
}
3030

31-
type YDBSyntaxHighlighterProps = {
31+
export type YDBSyntaxHighlighterProps = {
3232
text: string;
3333
language: Language;
3434
className?: string;

0 commit comments

Comments
 (0)