UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

6 lines (5 loc) 256 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Input: import("react").ForwardRefExoticComponent<import("./Input").InputProps & import("react").RefAttributes<HTMLInputElement>>; export default Input;