UNPKG

@idui/react-toggle-controls

Version:
14 lines (13 loc) 550 B
import { CheckboxColorsSet } from './types'; interface CheckboxHandleProps { disabled: boolean; size: string; } export declare const Handle: import("styled-components").StyledComponent<"div", any, CheckboxHandleProps, never>; interface CheckboxContainerProps { size: string; colors: CheckboxColorsSet; } export declare const Container: import("styled-components").StyledComponent<"label", any, CheckboxContainerProps, never>; export declare const Label: import("styled-components").StyledComponent<"span", any, {}, never>; export {};