@lukulent/svelte-umami
Version:
[](https://madewithsvelte.com/p/svelte-umami/shield-link)
5 lines (4 loc) • 354 B
TypeScript
/** Svelte store to enable and disable the tracking. (https://umami.is/docs/track-events) */
export declare const isEnabled: import("svelte/store").Writable<boolean>;
/** Svelte store to keep track of the status of the Umami script. */
export declare const status: import("svelte/store").Writable<"mounted" | "removed" | "loaded" | "error" | undefined>;