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