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