/** * 资源文件模块声明 * * 解决 TypeScript noUncheckedSideEffectImports 对纯副作用导入的检查要求。 * @see https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports */ declare module '*.css';