gather-content-ui
Version:
GatherContent UI Library
13 lines • 554 B
TypeScript
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