Skip to content

Commit

Permalink
fix: move shims to client so other deps don't need to manually declar…
Browse files Browse the repository at this point in the history
…e them
  • Loading branch information
brc-dd committed Sep 19, 2024
1 parent 9debb30 commit 62cf9d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
/// <reference types="unplugin-icons/types/vue3" />

// this file contains public types which are exposed to external modules

declare module 'v-calendar' {
export * from 'v-calendar/dist/types/src/index.d.ts'
export { default } from 'v-calendar/dist/types/src/index.d.ts'
}
4 changes: 0 additions & 4 deletions lib/shim.d.ts

This file was deleted.

0 comments on commit 62cf9d3

Please sign in to comment.