UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 251 B
/// <reference types="react" /> import { SelectProps } from './type'; declare const Select: { ({ as, placeholder, name, value, options, className, children, ...props }: SelectProps): JSX.Element; displayName: string; }; export default Select;