1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-11 13:48:13 +03:00
Files
bookstack/resources/js/custom.d.ts
2024-07-03 11:00:57 +01:00

4 lines
81 B
TypeScript

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