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