mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 01:36:46 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module "*.svg" {
|
|
const content: string;
|
|
export default content;
|
|
} |