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