Skip to content

Commit

Permalink
feat: add umami docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 22, 2024
1 parent c3c1e13 commit 248b15d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/unplugin-analytics/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ declare module '~analytics/umami' {

export const umami:
| {
/**
* The Umami tracker exposes a function that you can call on your website if you want more control over your tracking.
*
* @link https://umami.is/docs/tracker-functions
*/
track: {
(): Promise<string>;

Expand Down

0 comments on commit 248b15d

Please sign in to comment.