UNPKG

dingtalk-docs-cool-app

Version:

钉钉文档酷应用插件扩展 开发者初始化包

8 lines (7 loc) 364 B
export { run } from '@oclif/core'; export * from './types'; export { initView } from './initView'; export type { InitViewProps } from './initView'; export { initScript } from './initScript'; export type { InitScriptProps } from './initScript'; export { FieldType, FormItemComponent, FieldExecuteCode, fieldDecoratorKit, AuthorizationType } from './module/fields';