@icreate/ics-iform
v0.0.2-beta.5
Published
表单设计器组件注册
Downloads
9
Maintainers
Keywords
Readme
Usage
npm i @icreate/[email protected]
feature
0.0.1 初始提供
Features
- Test:测试
Importing library
You can import the generated bundle to use the whole library generated by this starter:
import Test from '@icreate/ics-iform'
Test
// 测试返回Promise函数
testA(data: any): Promise<String>
// 测试返回字符串函数
testB(data: any): String