mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-26 05:12:46 -07:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
|
|
declare module '*.module.css' {
|
||
|
|
const classes: Record<string, string>
|
||
|
|
export default classes
|
||
|
|
}
|