This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
handingkang-ohmyweb/types/shims-vue.d.ts
2023-07-24 13:41:08 +08:00

5 lines
87 B
TypeScript

declare module "*.scss" {
const scss: Record<string, string>
export default scss
}