Define the properties we add to the window.Alpine object.

interface AlpineComponentMixins {
    Components: ComponentStore;
    component: ((name) => AlpineComponentConstructor);
}

Properties

Components: ComponentStore
component: ((name) => AlpineComponentConstructor)

Type declaration