UNPKG

alouette

Version:

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

5 lines 347 B
import type { ReactNode } from "react"; import { type SelectionGroupProps } from "../selection/SelectionContext"; export type RadioGroupProps = SelectionGroupProps; export declare function RadioGroup({ value, defaultValue, onValueChange, accent, disabled, children, ...props }: RadioGroupProps): ReactNode; //# sourceMappingURL=RadioGroup.d.ts.map