UNPKG

@trellixio/roaster-coffee

Version:
8 lines 391 B
/// <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