mirror of
https://github.com/thousmile/molly-multi-tenant.git
synced 2025-12-30 04:32:26 +00:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
declare module "*.scss" {
|
|
const scss: Record<string, string>
|
|
export default scss
|
|
}
|