@@ -62,6 +62,7 @@ name | type | default | description | required
6262alert | Object | - | Alert global configs。Typescript:` AlertConfig ` | N
6363anchor | Object | - | Anchor global configs。Typescript:` AnchorConfig ` | N
6464animation | Object | - | Typescript:` Partial<Record<'include'\|'exclude', Array<AnimationType>>> ` ` type AnimationType = 'ripple' \| 'expand' \| 'fade' ` 。[ see more ts definition] ( https://github.com/Tencent/tdesign-vue/tree/develop/src/config-provider/type.ts ) | N
65+ attach | String / Object / Function | - | Typescript:` AttachNode \| { popup?: AttachNode; dialog?: AttachNode; drawer?: AttachNode; } ` 。[ see more ts definition] ( https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts ) | N
6566calendar | Object | - | Calendar global configs。Typescript:` CalendarConfig ` | N
6667cascader | Object | - | Cascader global configs。Typescript:` CascaderConfig ` | N
6768classPrefix | String | t | \- | N
@@ -70,6 +71,7 @@ datePicker | Object | - | DatePicker global configs。Typescript:`DatePickerCo
7071descriptions | Object | - | Descriptions global configs。Typescript:` DescriptionsConfig ` | N
7172dialog | Object | - | Dialog global configs。Typescript:` DialogConfig ` | N
7273drawer | Object | - | Drawer global configs。Typescript:` DrawerConfig ` | N
74+ empty | Object | - | Empty global configs。Typescript:` EmptyConfig ` | N
7375form | Object | - | Form global configs。Typescript:` FormConfig ` | N
7476guide | Object | - | Guide global configs。Typescript:` GuideConfig ` | N
7577icon | Object | - | icon config。Typescript:` IconConfig ` ` type IconConfig = GlobalIconConfig ` ` import { GlobalIconConfig } from '@icon' ` 。[ see more ts definition] ( https://github.com/Tencent/tdesign-vue/tree/develop/src/config-provider/type.ts ) | N
@@ -390,3 +392,10 @@ skipButtonProps | Object | - | skip button. `{ content: 'Skip', theme: 'default'
390392name | type | default | description | required
391393-- | -- | -- | -- | --
392394rateText | Array | - | Typescript:` string[] ` | N
395+
396+ ### EmptyConfig
397+
398+ name | type | default | description | required
399+ -- | -- | -- | -- | --
400+ image | Object | - | Typescript:` { maintenance: TNode; success: TNode; fail: TNode; empty: TNode; networkError: TNode; } ` 。[ see more ts definition] ( https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts ) | N
401+ titleText | Object | - | Typescript:` { maintenance: string; success: string; fail: string; empty: string; networkError: string; } ` | N
0 commit comments