Spaces:
Running
Running
File size: 70 Bytes
cececac |
1 2 3 4 5 |
declare module "*.mp3" {
const src: string;
export default src;
}
|