UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

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