mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-12-03 14:23:42 +08:00
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
import {ComponentStore} from "./services/components";
|
|
|
|
declare global {
|
|
interface Window {
|
|
$components: ComponentStore,
|
|
}
|
|
} |