mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
55348b30b6
* style: use prettier * style: just prettier format, no code changes * style: eslint fix object-shorthand, prefer-const * style: fix no-void * style: no-console
9 lines
226 B
TypeScript
9 lines
226 B
TypeScript
import withInstall from '@element-plus/utils/with-install'
|
|
import { ConfigProvider } from './config-provider'
|
|
|
|
const ElConfigProvider = withInstall(ConfigProvider)
|
|
|
|
export default ElConfigProvider
|
|
|
|
export { ElConfigProvider }
|