mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(build): exposing installer function and version for umd build * fix codepen code snippet error
12 lines
371 B
TypeScript
12 lines
371 B
TypeScript
import installer from './defaults'
|
|
export * from '@element-plus/components'
|
|
export * from '@element-plus/directives'
|
|
export * from '@element-plus/hooks'
|
|
export * from '@element-plus/tokens'
|
|
|
|
export { default as makeInstaller } from './make-installer'
|
|
export { default } from './defaults'
|
|
|
|
export const install = installer.install
|
|
export const version = installer.version
|