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