UNPKG

216 BTypeScriptView Raw
1import type { BaseInputProps } from 'rc-input/lib/interface';
2export type AllowClear = BaseInputProps['allowClear'];
3declare const getAllowClear: (allowClear: AllowClear) => AllowClear;
4export default getAllowClear;