1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-25 14:42:44 +03:00
bookstack/resources/js/custom.d.ts

4 lines
81 B
TypeScript

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