mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module '*.svg' {
|
|
const content: any;
|
|
export default content;
|
|
}
|