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