例如,如果我有一个模块声明:
declare module 'redux-form' { declare type FormConfig = { form: string, validate?: Function }; }
有没有可能在我的代码中使用这个类型?
如果不是,那么在多个文件之间共享类型的方法是什么?
https://stackoverflow.com/questions/44410016
相似问题