UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

21 lines (16 loc) 915 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var configProvider = require('./src/config-provider.js'); var configProviderProps = require('./src/config-provider-props.js'); var constants = require('./src/constants.js'); var useGlobalConfig = require('./src/hooks/use-global-config.js'); var install = require('../../utils/vue/install.js'); const YhConfigProvider = install.withInstall(configProvider["default"]); exports.configProviderProps = configProviderProps.configProviderProps; exports.configProviderContextKey = constants.configProviderContextKey; exports.provideGlobalConfig = useGlobalConfig.provideGlobalConfig; exports.useGlobalComponentSettings = useGlobalConfig.useGlobalComponentSettings; exports.useGlobalConfig = useGlobalConfig.useGlobalConfig; exports.YhConfigProvider = YhConfigProvider; exports["default"] = YhConfigProvider; //# sourceMappingURL=index.js.map