UNPKG

alouette

Version:

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

4 lines 205 B
import { type ReactNode } from "react"; import { type SelectProps } from "./Select.shared"; export declare function Select({ accent, ...rest }: SelectProps): ReactNode; //# sourceMappingURL=Select.d.ts.map