标签: node.js typescript css-modules
我有一个生成.d.ts文件的工具。
问题在于它会像这样生成多个“常量字符串”
export const btnblock: string; export const btnlg: string; export const buttonRow: string;
我想从example.d.ts
我不确定是怎么回事,但是这样行不通。
import * as MyType from './example.d.ts'