dva-model-extend icon indicating copy to clipboard operation
dva-model-extend copied to clipboard

TypeScript 支持

Open aln8 opened this issue 5 years ago • 1 comments

求问如何在TypeScript使用这个插件

aln8 avatar Dec 14 '19 03:12 aln8

直接导入就可以了,然后在 typings.d.ts 里面 增加 declare module 'dva-model-extend';

zacksleo avatar May 08 '20 01:05 zacksleo