]> BookStack Code Mirror - bookstack/blob - resources/js/custom.d.ts
Merge branch 'enhance-changelog-textarea' of github.com:shresthkapoor7/BookStack...
[bookstack] / resources / js / custom.d.ts
1 declare module '*.svg' {
2     const content: string;
3     export default content;
4 }