UNPKG

sws-frontend

Version:

sws frontend project

16 lines (15 loc) 339 B
/// <reference types="react" /> import "./multistatecheckbox.scss"; export declare type State = { icon: string; style: any; }; declare const _default: (p: { onChange?: any; children?: any; className?: string; value?: number; disabled?: boolean; states?: State[]; }) => JSX.Element; export default _default;