UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

3 lines 176 B
import { TSelectProps } from './types'; export declare function Select<T>(props: TSelectProps<T>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Select.d.ts.map