UNPKG

@voilajsx/uikit

Version:

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

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