UNPKG

rc-input

Version:
5 lines (4 loc) 155 B
import type { FC } from 'react'; import type { BaseInputProps } from './interface'; declare const BaseInput: FC<BaseInputProps>; export default BaseInput;