UNPKG

dingtalk-docs-cool-app

Version:

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

5 lines (4 loc) 539 B
export type { Workbook } from './workbook'; export type { Base } from './base'; export { PermissionScope, PermissionType, RATING_ICON_TYPE, CURRENCY_TYPE, NUMERICAL_FORMAT, DATE_FORMAT, PROGRESS_FORMAT, } from './base'; export type { TextField, NumberField, SingleSelectField, MultipleSelectField, UrlField, AttachmentField, CurrencyField, DateField, CurrencyType, DateFormatter, NumericalFormatter, ISelectFieldOption, IOpenSingleSelect, IOptionConfig, IOpenMultipleSelect, IOpenUrl, IOpenAttachmentFile, IOpenTimestamp, } from './base';