UNPKG

@payfit/unity-components

Version:

9 lines (8 loc) 476 B
import { PropsWithChildren } from 'react'; import { RadioGroupState } from 'react-stately/useRadioGroupState'; interface SegmentedButtonGroupContextValue { state: RadioGroupState; } export declare const SegmentedButtonGroupContext: import('react').Context<SegmentedButtonGroupContextValue>; export declare function SegmentedButtonGroupProvider({ children, state, }: PropsWithChildren<SegmentedButtonGroupContextValue>): import("react/jsx-runtime").JSX.Element; export {};