1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

JS: Converted come common services to typescript

This commit is contained in:
Dan Brown
2024-07-03 11:00:57 +01:00
parent feca1f0502
commit a8f1160743
9 changed files with 172 additions and 187 deletions

4
resources/js/custom.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: string;
export default content;
}