mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Lexical: Started converting drawio to TS
Converted events service to TS as part of this.
This commit is contained in:
2
resources/js/global.d.ts
vendored
2
resources/js/global.d.ts
vendored
@ -1,7 +1,9 @@
|
||||
import {ComponentStore} from "./services/components";
|
||||
import {EventManager} from "./services/events";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$components: ComponentStore,
|
||||
$events: EventManager,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user