wix-style-react
Version:
wix-style-react
15 lines • 401 B
TypeScript
import { HighlighterProps } from '.';
export declare const requiredProps: HighlighterProps;
export declare const testkitTests: {
title: string;
props: HighlighterProps;
}[];
export declare const ssrTests: {
title: string;
props: HighlighterProps;
}[];
export declare const a11yTests: {
title: string;
props: HighlighterProps;
}[];
//# sourceMappingURL=Highlighter.meta.d.ts.map