0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 04:10:22 +00:00
BookStackApp_BookStack/resources/js/custom.d.ts

4 lines
No EOL
81 B
TypeScript

declare module '*.svg' {
const content: string;
export default content;
}