UNPKG

gestalt

Version:

A set of React UI components which enforce Pinterest's design language

7 lines (6 loc) 272 B
type RadioGroupContextType = { parentName: string; }; declare const RadioGroupContextProvider: import("react").Provider<RadioGroupContextType>; declare function useRadioGroupContext(): RadioGroupContextType; export { RadioGroupContextProvider, useRadioGroupContext };