UNPKG

gather-content-ui

Version:
13 lines 554 B
export declare function CheckboxGroup({ choices, onAddingChoice, onRemovingChoice, labelMouseEnter, labelMouseLeave, overrideLabelDefault, active, disabled }: any): import("react/jsx-runtime").JSX.Element; export declare namespace CheckboxGroup { var defaultProps: { overrideLabelDefault: boolean; labelMouseEnter: () => void; labelMouseLeave: () => void; onAddingChoice: () => void; onRemovingChoice: () => void; active: boolean; disabled: boolean; }; } //# sourceMappingURL=Group.d.ts.map