UNPKG
@alilc/lowcode-plugin-components-pane
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
低代码组件面板
github.com/alibaba/lowcode-plugins
alibaba/lowcode-plugins
@alilc/lowcode-plugin-components-pane
/
lib
/
index.d.ts
9 lines
(8 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IPublicModelPluginContext
}
from
'@alilc/lowcode-types'
;
declare
const
ComponentPanelPlugin
: { (
ctx
:
IPublicModelPluginContext
): {
init
():
Promise
<
void
>; };
pluginName
:
string
; };
export
default
ComponentPanelPlugin
;