UNPKG

alouette

Version:

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

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