1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-09-10 17:31:58 +03:00
Files
bookstack/resources/js/global.d.ts
2024-07-03 11:00:57 +01:00

7 lines
139 B
TypeScript

import {ComponentStore} from "./services/components";
declare global {
interface Window {
$components: ComponentStore,
}
}