Files
ww-jst/wmsjstpda/types/shims-vue.d.ts
T

5 lines
87 B
TypeScript
Raw Normal View History

2026-09-02 16:31:50 +08:00
declare module "*.scss" {
const scss: Record<string, string>
export default scss
}