UNPKG

alouette

Version:

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

8 lines 251 B
import type { ReactNode } from "react"; export interface RadioProps { value: string; label: string; disabled?: boolean; } export declare function Radio({ value, label, disabled }: RadioProps): ReactNode; //# sourceMappingURL=Radio.d.ts.map