1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-19 18:22:16 +03:00
bookstack/resources/js/custom.d.ts

4 lines
81 B
TypeScript

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