interface ConfigProviderProps {
    alert?: AlertConfig;
    anchor?: ComponentStyleConfig;
    autoInsertSpaceInButton?: boolean;
    avatar?: ComponentStyleConfig;
    badge?: BadgeConfig;
    breadcrumb?: ComponentStyleConfig;
    button?: ButtonConfig;
    calendar?: ComponentStyleConfig;
    card?: CardConfig;
    carousel?: ComponentStyleConfig;
    cascader?: ComponentStyleConfig;
    checkbox?: ComponentStyleConfig;
    children?: ReactNode;
    collapse?: ComponentStyleConfig;
    colorPicker?: ComponentStyleConfig;
    componentDisabled?: boolean;
    componentSize?: SizeType;
    csp?: CSPConfig;
    datePicker?: ComponentStyleConfig;
    descriptions?: ComponentStyleConfig;
    direction?: DirectionType;
    divider?: ComponentStyleConfig;
    drawer?: DrawerConfig;
    dropdown?: ComponentStyleConfig;
    dropdownMatchSelectWidth?: boolean;
    empty?: ComponentStyleConfig;
    flex?: FlexConfig;
    form?: ComponentStyleConfig & Pick<Antd.FormProps<any>, "requiredMark" | "colon" | "validateMessages" | "scrollToFirstError">;
    getPopupContainer?: ((triggerNode?) => HTMLElement);
    getTargetContainer?: (() => Window | HTMLElement);
    iconPrefixCls?: string;
    image?: ImageConfig;
    input?: ComponentStyleConfig & Pick<Antd.InputProps, "styles" | "autoComplete" | "classNames">;
    layout?: ComponentStyleConfig;
    list?: ComponentStyleConfig;
    locale?: Locale;
    mentions?: ComponentStyleConfig;
    menu?: ComponentStyleConfig;
    message?: ComponentStyleConfig;
    modal?: ModalConfig;
    notification?: NotificationConfig;
    pagination?: ComponentStyleConfig & Pick<PaginationProps, "showSizeChanger">;
    popupMatchSelectWidth?: boolean;
    popupOverflow?: PopupOverflow;
    prefixCls?: string;
    progress?: ComponentStyleConfig;
    radio?: ComponentStyleConfig;
    rangePicker?: ComponentStyleConfig;
    rate?: ComponentStyleConfig;
    renderEmpty?: RenderEmptyHandler;
    result?: ComponentStyleConfig;
    segmented?: ComponentStyleConfig;
    select?: ComponentStyleConfig & Pick<Antd.SelectProps<any, DefaultOptionType>, "showSearch">;
    skeleton?: ComponentStyleConfig;
    slider?: ComponentStyleConfig;
    space?: Pick<Antd.SpaceProps, "style" | "styles" | "className" | "size" | "classNames">;
    spin?: ComponentStyleConfig;
    statistic?: ComponentStyleConfig;
    steps?: ComponentStyleConfig;
    switch?: ComponentStyleConfig;
    table?: TableConfig;
    tabs?: TabsConfig;
    tag?: TagConfig;
    theme?: ThemeConfig;
    timePicker?: ComponentStyleConfig;
    timeline?: ComponentStyleConfig;
    tour?: TourConfig;
    transfer?: TransferConfig;
    tree?: ComponentStyleConfig;
    typography?: ComponentStyleConfig;
    upload?: ComponentStyleConfig;
    virtual?: boolean;
    warning?: WarningContextProps;
    wave?: WaveConfig;
}

Properties

alert?: AlertConfig
anchor?: ComponentStyleConfig
autoInsertSpaceInButton?: boolean
avatar?: ComponentStyleConfig
badge?: BadgeConfig
breadcrumb?: ComponentStyleConfig
button?: ButtonConfig
calendar?: ComponentStyleConfig
card?: CardConfig
carousel?: ComponentStyleConfig
cascader?: ComponentStyleConfig
checkbox?: ComponentStyleConfig
children?: ReactNode
collapse?: ComponentStyleConfig
colorPicker?: ComponentStyleConfig
componentDisabled?: boolean
componentSize?: SizeType
csp?: CSPConfig
datePicker?: ComponentStyleConfig
descriptions?: ComponentStyleConfig
direction?: DirectionType
divider?: ComponentStyleConfig
drawer?: DrawerConfig
dropdown?: ComponentStyleConfig
dropdownMatchSelectWidth?: boolean

Deprecated

Please use popupMatchSelectWidth instead

empty?: ComponentStyleConfig
flex?: FlexConfig
form?: ComponentStyleConfig & Pick<Antd.FormProps<any>, "requiredMark" | "colon" | "validateMessages" | "scrollToFirstError">
getPopupContainer?: ((triggerNode?) => HTMLElement)

Type declaration

getTargetContainer?: (() => Window | HTMLElement)

Type declaration

iconPrefixCls?: string
image?: ImageConfig
input?: ComponentStyleConfig & Pick<Antd.InputProps, "styles" | "autoComplete" | "classNames">
layout?: ComponentStyleConfig
list?: ComponentStyleConfig
locale?: Locale
mentions?: ComponentStyleConfig
menu?: ComponentStyleConfig
message?: ComponentStyleConfig
modal?: ModalConfig
notification?: NotificationConfig
pagination?: ComponentStyleConfig & Pick<PaginationProps, "showSizeChanger">
popupMatchSelectWidth?: boolean
popupOverflow?: PopupOverflow
prefixCls?: string
progress?: ComponentStyleConfig
radio?: ComponentStyleConfig
rangePicker?: ComponentStyleConfig
rate?: ComponentStyleConfig
renderEmpty?: RenderEmptyHandler
result?: ComponentStyleConfig
segmented?: ComponentStyleConfig
select?: ComponentStyleConfig & Pick<Antd.SelectProps<any, DefaultOptionType>, "showSearch">
skeleton?: ComponentStyleConfig
slider?: ComponentStyleConfig
space?: Pick<Antd.SpaceProps, "style" | "styles" | "className" | "size" | "classNames">
spin?: ComponentStyleConfig
statistic?: ComponentStyleConfig
steps?: ComponentStyleConfig
switch?: ComponentStyleConfig
table?: TableConfig
tabs?: TabsConfig
tag?: TagConfig
theme?: ThemeConfig
timePicker?: ComponentStyleConfig
timeline?: ComponentStyleConfig
tour?: TourConfig
transfer?: TransferConfig
tree?: ComponentStyleConfig
typography?: ComponentStyleConfig
upload?: ComponentStyleConfig
virtual?: boolean
warning?: WarningContextProps
wave?: WaveConfig

Wave is special component which only patch on the effect of component interaction.

Generated using TypeDoc