UNPKG

el-react-ui

Version:

Energylink React UI components

5 lines (4 loc) 125 B
import { FC } from 'react'; import { InputProps } from './types'; declare const Input: FC<InputProps>; export default Input;