LiveAtlas/src/index.d.ts

12 lines
202 B
TypeScript
Raw Normal View History

2020-12-12 21:35:55 +00:00
declare module '*.svg' {
const content: any;
export default content;
2020-12-20 16:01:15 +00:00
}
interface BrowserSpriteSymbol {
id: string;
viewBox: string;
content: string;
node: SVGSymbolElement;
url: string;
2020-12-12 21:35:55 +00:00
}