mirror of
https://github.com/xsf0105/vue3-h5-template.git
synced 2025-04-05 04:22:47 +08:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
declare module "*.scss" {
|
|
const scss: Record<string, string>
|
|
export default scss
|
|
}
|