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