margox / braft-utils

Braft Editor基础工具包
37 stars 34 forks source link

希望添加 TypeScript 支持 #11

Open SturdyCat opened 5 years ago

SturdyCat commented 5 years ago

希望添加 TypeScript 支持

zhongning7924 commented 4 years ago

现在不支持ts有解决方案吗

jlibx commented 4 years ago

貌似没有处理这个问题

kirincc commented 4 years ago

现在不支持ts有解决方案吗

临时解决方案,在组件/项目根目录下新建 xxx.d.ts。

declare module 'braft-utils' {
  // 以下可写可不写
  const ContentUtils: any;
  export { ContentUtils };
}
perklet commented 3 years ago

// @ts-ignore 解君愁。。