UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

8 lines 337 B
export interface RadioContextValue { value: string | undefined; onSelect: (value: string) => void; disabled?: boolean; } export declare const RadioContextProvider: import("react").Provider<RadioContextValue | undefined>; export declare function useRadioContext(): RadioContextValue; //# sourceMappingURL=RadioContext.d.ts.map