UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 412 B
import { DragHandleProps } from "./DragHandle.types"; export declare const requiredProps: DragHandleProps; export declare const testkitTests: { title: string; props: DragHandleProps; }[]; export declare const ssrTests: { title: string; props: DragHandleProps; }[]; export declare const a11yTests: { title: string; props: DragHandleProps; }[]; //# sourceMappingURL=DragHandle.meta.d.ts.map