| locale | Locale Object | ^[object]{name: string, el: TranslatePair} languages | en |
| size | global component size | ^[enum]'large' | 'default' | 'small' | default |
| zIndex | global Initial zIndex | ^[number] | — |
| namespace | global component className prefix (cooperated with $namespace) | ^[string] | el |
| button | button related configuration, see the following table | ^[object]{autoInsertSpace?: boolean, type?: string, plain?: boolean, text?: boolean, round?: boolean, dashed?: boolean} | see the following table |
| link | link related configuration, see the following table | ^[object]{type?: string, underline?: boolean | string} | see the following table |
| dialog ^(2.10.7) | dialog related configuration, see the following table | ^[object]{alignCenter?: boolean, draggable?: boolean, overflow?: boolean, transition?: DialogTransition} | see the following table |
| message | message related configuration, see the following table | ^[object]{max?: number} | see the following table |
| experimental-features | features at experimental stage to be added, all features are default to be set to false | ^[object] | — |
| empty-values ^(2.7.0) | global empty values of components | ^[array] | — |
| value-on-clear ^(2.7.0) | global clear return value | ^[string] / ^[number] / ^[boolean] / ^[Function] | — |
| table ^(2.13.3) | table related configuration, see the following table | ^[object]{showOverflowTooltip?: boolean | object, tooltipEffect?: string, tooltipOptions?: object, tooltipFormatter?: Function} | see the following table |