mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module "*.css" {
|
|
const content: any;
|
|
export default content;
|
|
}
|