@trellixio/roaster-coffee
Version:
Beans' product component library
8 lines • 391 B
TypeScript
/// <reference types="react" />
export interface CheckboxGroupContextValue {
value: string[];
onChange(event: React.ChangeEvent<HTMLInputElement>): void;
}
export declare const CheckboxGroupProvider: import("react").Provider<CheckboxGroupContextValue>;
export declare const useCheckboxGroupContext: () => CheckboxGroupContextValue;
//# sourceMappingURL=CheckboxGroup.context.d.ts.map