cmdyu

Results 1 comments of cmdyu

I solved the problem in this way: created a 'components-tsc.d.ts' file manually ``` javascript export {} declare global { const NButton: typeof import('naive-ui')['NButton'] } ``` and put it in the...