mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
declare module '*.module.css' {
|
|
const classes: { [key: string]: string };
|
|
export default classes;
|
|
}
|