]> BookStack Code Mirror - bookstack/blob - resources/js/custom.d.ts
Meta: Added lexical licensing info and added TS/JS CI testing
[bookstack] / resources / js / custom.d.ts
1 declare module '*.svg' {
2     const content: string;
3     export default content;
4 }