UNPKG

@wangeditor-next/editor

Version:
7 lines (6 loc) 187 B
/** * @description upload entry * @author cycleccc */ export type { IUploadConfig } from '@wangeditor-next/core/upload'; export { createUploader } from '@wangeditor-next/core/upload';