UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

5 lines (4 loc) 253 B
import React from 'react'; import type { DropdownSearchInputProps } from './type'; declare const DropdownSearchInput: React.ForwardRefExoticComponent<DropdownSearchInputProps & React.RefAttributes<HTMLInputElement>>; export default DropdownSearchInput;