Files
video-gen/video-gen-admin/node_modules/antd/es/_util/getAllowClear.d.ts
T
2026-05-25 17:08:18 +08:00

5 lines
227 B
TypeScript

import type { BaseInputProps } from '@rc-component/input/lib/interface';
export type AllowClear = BaseInputProps['allowClear'];
declare const getAllowClear: (allowClear: AllowClear) => AllowClear;
export default getAllowClear;