/** * @description upload entry * @author cycleccc */ export type { IUploadConfig } from '@wangeditor-next/core/upload'; export { createUploader } from '@wangeditor-next/core/upload';