UNPKG

alouette

Version:

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

8 lines 492 B
import type { ReactNode } from "react"; import { type SelectionGroupProps } from "../selection/SelectionContext"; export interface RadioButtonGroupProps extends SelectionGroupProps { /** Tightens the horizontal padding so many options fit on one row. */ compact?: boolean; } export declare function RadioButtonGroup({ value, defaultValue, onValueChange, accent, disabled, compact, children, ...props }: RadioButtonGroupProps): ReactNode; //# sourceMappingURL=RadioButtonGroup.d.ts.map