UNPKG

@brizy/ui

Version:
6 lines (5 loc) 131 B
import { FCC } from "../types"; export interface Props { disabled?: boolean; } export declare const CheckboxGroup: FCC<Props>;