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