PromoCursed/node_modules/antd/lib/_util/getAllowClear.d.ts

5 lines
216 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type { BaseInputProps } from 'rc-input/lib/interface';
export type AllowClear = BaseInputProps['allowClear'];
declare const getAllowClear: (allowClear: AllowClear) => AllowClear;
export default getAllowClear;