mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
update
This commit is contained in:
parent
2337a003ce
commit
da23bf89ed
@ -35,7 +35,7 @@ import type {
|
|||||||
FormConfig,
|
FormConfig,
|
||||||
ImageConfig,
|
ImageConfig,
|
||||||
InputConfig,
|
InputConfig,
|
||||||
SearchConfig,
|
InputSearchConfig,
|
||||||
InputNumberConfig,
|
InputNumberConfig,
|
||||||
OTPConfig,
|
OTPConfig,
|
||||||
ListConfig,
|
ListConfig,
|
||||||
@ -160,7 +160,7 @@ export interface ConfigProviderProps {
|
|||||||
variant?: Variant;
|
variant?: Variant;
|
||||||
form?: FormConfig;
|
form?: FormConfig;
|
||||||
input?: InputConfig;
|
input?: InputConfig;
|
||||||
search?: SearchConfig;
|
inputSearch?: InputSearchConfig;
|
||||||
otp?: OTPConfig;
|
otp?: OTPConfig;
|
||||||
inputNumber?: InputNumberConfig;
|
inputNumber?: InputNumberConfig;
|
||||||
textArea?: TextAreaConfig;
|
textArea?: TextAreaConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user