UNPKG
@alilc/lowcode-plugin-command
Version:
beta (1.3.3-beta.3)
latest (1.3.4)
1.3.4
1.3.3
1.3.3-beta.3
1.3.3-beta.2
1.3.3-beta.1
1.3.3-beta.0
1.3.2
1.3.2-beta.7
1.3.2-beta.6
1.3.2-beta.5
1.3.2-beta.4
1.3.1
> TODO: description
github.com/alibaba/lowcode-engine
alibaba/lowcode-engine
@alilc/lowcode-plugin-command
/
lib
/
index.d.ts
4 lines
(3 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
import
{
IPublicTypePlugin
}
from
'@alilc/lowcode-types'
;
export
declare
const
CommandPlugin
:
IPublicTypePlugin
;
export
default
CommandPlugin
;