UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 383 B
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