UNPKG

232 BTypeScriptView Raw
1/**
2 * @description 粘贴,配置文件
3 * @author wangfupeng
4 */
5declare const _default: {
6 pasteFilterStyle: boolean;
7 pasteIgnoreImg: boolean;
8 pasteTextHandle: (content: string) => string;
9};
10export default _default;