first commit
This commit is contained in:
4
frontend/node_modules/antd/lib/_util/getAllowClear.d.ts
generated
vendored
Normal file
4
frontend/node_modules/antd/lib/_util/getAllowClear.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { BaseInputProps } from 'rc-input/lib/interface';
|
||||
export type AllowClear = BaseInputProps['allowClear'];
|
||||
declare const getAllowClear: (allowClear: AllowClear) => AllowClear;
|
||||
export default getAllowClear;
|
||||
Reference in New Issue
Block a user