2024-07-03 18:00:57 +08:00
|
|
|
import {ComponentStore} from "./services/components";
|
2024-07-03 00:34:03 +08:00
|
|
|
|
|
|
|
declare global {
|
|
|
|
interface Window {
|
2024-07-03 18:00:57 +08:00
|
|
|
$components: ComponentStore,
|
2024-07-03 00:34:03 +08:00
|
|
|
}
|
2024-06-20 03:00:29 +08:00
|
|
|
}
|