mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import { makeInstaller } from './make-installer'
|
|
import Components from './component'
|
|
import Plugins from './plugin'
|
|
|
|
export default makeInstaller([...Components, ...Plugins])
|