1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-11 22:34:03 +00:00

Add export for Alpine

This commit is contained in:
Rafik El Hadi Houari 2021-05-17 16:37:05 +01:00 committed by GitHub
parent 0913d1eb11
commit 87b0feed75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export abstract class AlpineComponent {
[key: string]: any;
}
declare type Alpine = {
export declare type Alpine = {
version: string;
pauseMutationObserver: boolean;
magicProperties: { [name: string]: CallableFunction };