你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FluentThemeProviderProps interface

属性

children

儿童为主题。

fluentTheme

组件的主题。 如果未提供,则默认为浅色主题。

rtl

组件是否从右到左显示

属性详细信息

children

儿童为主题。

children: ReactNode

属性值

ReactNode

fluentTheme

组件的主题。 如果未提供,则默认为浅色主题。

fluentTheme?: PartialTheme | Theme

属性值

PartialTheme | Theme

rtl

组件是否从右到左显示

rtl?: boolean

属性值

boolean