UNPKG

infinity-forge

Version:
5 lines (4 loc) 246 B
import { InputProps } from '../../../../ui/index.js'; type SelectProps = Omit<InputProps, 'options'> & Required<Pick<InputProps, 'options'>>; export declare function Select(props: SelectProps): import("react/jsx-runtime").JSX.Element; export {};