MCPcopy Index your code
hub / github.com/Tailframes/react-components / SwitchVariants

Interface SwitchVariants

components/switch.tsx:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98);
99
100export interface SwitchVariants {
101 /** The size of the switch. */
102 size?: 'medium' | 'small';
103}
104
105export interface SwitchProps
106 extends Omit<InputHTMLAttributes<HTMLInputElement>, 'name' | 'type' | 'size'>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected