UNPKG

@brizy/ui

Version:
9 lines (8 loc) 215 B
import { FCC } from "../types"; export interface Props { checked?: boolean; disabled?: boolean; indeterminate?: boolean; onChange?: (e: boolean) => void; } export declare const Checkbox: FCC<Props>;