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