]> BookStack Code Mirror - bookstack/blob - resources/js/global.d.ts
Lexical: Started loading real content, Improved html loading
[bookstack] / resources / js / global.d.ts
1 declare module '*.svg' {
2     const content: string;
3     export default content;
4 }