UNPKG

155 BTypeScriptView Raw
1import type { FC } from 'react';
2import type { BaseInputProps } from './interface';
3declare const BaseInput: FC<BaseInputProps>;
4export default BaseInput;