UNPKG

@engie-group/fluid-design-system-react

Version:

Fluid Design System React

8 lines (7 loc) 270 B
import React from 'react'; type NJRadioGroupContextType = { change?: (id: string, value: string, event: React.ChangeEvent<HTMLInputElement>) => void; value?: string; }; export declare const NJRadioGroupContext: React.Context<NJRadioGroupContextType>; export {};