-
Notifications
You must be signed in to change notification settings - Fork 18
components.AppContainerProps
canisminor1990 edited this page Apr 8, 2023
·
1 revision
components.AppContainerProps
Title
应用容器属性
• Optional
appearance: string
Title
主题外观
src/components/ConfigProvider/AppContainer.tsx:22
• Optional
theme: ThemeConfig
| GetAntdThemeConfig
Title
主题配置
Description
可以传入一个对象或者函数来生成主题配置
src/components/ConfigProvider/AppContainer.tsx:34
• Optional
themeMode: ThemeMode
Title
主题模式 ['light', 'dark']
Enum Names
['亮色', '暗色']
Default
'light'