first commit
This commit is contained in:
8
frontend/node_modules/antd/es/input/utils.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/es/input/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import type { InputProps } from './Input';
|
||||
export declare function hasPrefixSuffix(props: {
|
||||
prefix?: ReactNode;
|
||||
suffix?: ReactNode;
|
||||
allowClear?: InputProps['allowClear'];
|
||||
showCount?: InputProps['showCount'];
|
||||
}): boolean;
|
||||
Reference in New Issue
Block a user