mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
10 lines
161 B
TypeScript
10 lines
161 B
TypeScript
declare module '*.png' {
|
|
const content: string
|
|
export default content
|
|
}
|
|
|
|
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|