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

4 lines
81 B
TypeScript

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