UNPKG

@perfma/heaven

Version:

An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.

5 lines (4 loc) 138 B
import Input, { ProInputProps } from './Input'; import './index.less'; export type { ProInputProps as InputProps }; export default Input;