UNPKG

react-restyle-components

Version:
10 lines 341 B
interface CheckBoxProps { title: string; data: Array<any>; className?: string; disable?: boolean; onChange: (items: any) => void; } export declare const CheckBox: ({ title, data, className, onChange, }: CheckBoxProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=checkBox.component.d.ts.map