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