Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Jan 17, 2025
1 parent 743018c commit a302a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clerk-js/src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ declare module '*.svg' {
}

declare const BUILD_ENABLE_NEW_COMPONENTS: string;
declare const PACKAGE_NAME: string;
declare const PACKAGE_VERSION: string;
declare const __PKG_NAME__: string;
declare const __PKG_VERSION__: string;
declare const __DEV__: boolean;

/**
Expand Down

0 comments on commit a302a31

Please sign in to comment.