@osui/theme-provider
v3.1.4
Published
## 安装说明
Downloads
51
Readme
@osui/theme-provider
安装说明
方式一
单包使用
yarn install @osui/theme-provider
import ThemeProvider from '@osui/theme-provider'
方式二
从 @osui/ui
统一引入
yarn install @osui/ui
import {ThemeProvider} from '@osui/ui';