UNPKG
gepic
Version:
latest (0.14.3)
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.30
基于vue3的设计器,可视化开发页面表单
github.com/Kchengz/epic-designer
Kchengz/epic-designer
gepic
/
dist
/
ui
/
elementPlus
/
index.d.ts
7 lines
(6 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PluginManager
}
from
'epic-designer'
;
export
declare
function
setupElementPlus
(
pluginManager
?:
PluginManager
):
void
;
/** * 设置element GlobalConfig */
export
declare
function
provideGlobalConfig
(
args
:
any
):
void
;