mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import ButtonInstall from '@element-plus/button/index'
|
|
export const installAll = (app) => {
|
|
ButtonInstall(app)
|
|
}
|