mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
66043aa3b5
re #4146 added button configuration added useGlobalConfig hook
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
import { ConfigProvider } from './src'
|
|
|
|
export const ElConfigProvider = withInstall(ConfigProvider)
|
|
export default ElConfigProvider
|