mirror of
https://github.com/lucashjin/obsidian-pets.git
synced 2026-07-22 13:00:31 +00:00
12 lines
No EOL
221 B
TypeScript
12 lines
No EOL
221 B
TypeScript
declare module '*.png' {
|
|
const value: string;
|
|
export default value;
|
|
}
|
|
declare module '*.gif' {
|
|
const value: string;
|
|
export default value;
|
|
}
|
|
declare module '*.mp3' {
|
|
const value: string;
|
|
export default value;
|
|
} |