UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

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