export * from './switch.spec';
export * from "./templates/switch-normal";
export * from "./templates/switch-checked";
export * from "./templates/switch-disabled";
export * from "./templates/switch-readonly";
export * from './demos/switch';
