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
/
es
/
store
/
index.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
SnippetMeta
}
from
'@/utils/transform'
;
export
default
class
ComponentManager
{
snippets
:
Map
<
string
,
any
>;
setSnippets
:
(
snippets
:
SnippetMeta
[]
) =>
void
;
getSnippetById
:
(
id
:
string
) =>
any
; }