wix-style-react
Version:
wix-style-react
15 lines • 406 B
TypeScript
import { DragHandleProps } from './DragHandle';
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