mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
v0.1.16
This commit is contained in:
parent
b44e59682a
commit
459caba878
3 changed files with 17 additions and 4 deletions
7
dist/index.d.ts
vendored
7
dist/index.d.ts
vendored
|
|
@ -59,4 +59,11 @@ export declare function component(name: string, component?: Function): Component
|
|||
export declare function convertClassToAlpineConstructor(component: any): ComponentConstructor;
|
||||
export declare function addTitles(): void;
|
||||
export declare function bootstrap(): void;
|
||||
declare global {
|
||||
interface Window {
|
||||
Alpine: Alpine;
|
||||
deferLoadingAlpine: any;
|
||||
AlpineComponents: any;
|
||||
}
|
||||
}
|
||||
export {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue