alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
5 lines • 347 B
TypeScript
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