@yangeditor/plugin-upload-attachment
Version:
16 lines (15 loc) • 430 B
TypeScript
/**
* @description menu entry
* @author wangfupeng
*/
import UploadAttachment from './UploadAttachment';
import DownloadAttachment from './DownloadAttachment';
export declare const uploadAttachmentMenuConf: {
key: string;
factory(): UploadAttachment;
config: import("./config").IUploadConfigForAttachment;
};
export declare const downloadAttachmentMenuConf: {
key: string;
factory(): DownloadAttachment;
};