Skip to content

Commit

Permalink
add missing .d.ts file for vitest env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 11, 2025
1 parent 9c167db commit f842439
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/calcite-components/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare const __CALCITE_BUILD_DATE__: string;
declare const __CALCITE_REVISION__: string;
declare const __CALCITE_VERSION__: string;
declare const __STORYBOOK_SCREENSHOT_TEST_BUILD__: boolean;

0 comments on commit f842439

Please sign in to comment.