alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
4 lines • 337 B
TypeScript
import type { ReactNode } from "react";
import { type SelectProps } from "./Select.shared";
export declare function Select({ options, value, defaultValue, onValueChange, placeholder, disabled, accent, testID, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, }: SelectProps): ReactNode;
//# sourceMappingURL=Select.web.d.ts.map