UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color science

9 lines 367 B
/** * Switch component for toggle input * @param {Object} props - Component props * @param {string} [props.className] - Additional classes * @param {React.Ref} ref - Forwarded ref * @returns {JSX.Element} Switch component */ export const Switch: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>; //# sourceMappingURL=switch.d.ts.map