paste.d.ts 232 B

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