@globalbrain/sefirot 4.3.1 → 4.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client.d.ts +5 -0
- package/package.json +1 -1
- package/lib/shim.d.ts +0 -4
package/client.d.ts
CHANGED
|
@@ -2,3 +2,8 @@
|
|
|
2
2
|
/// <reference types="unplugin-icons/types/vue3" />
|
|
3
3
|
|
|
4
4
|
// this file contains public types which are exposed to external modules
|
|
5
|
+
|
|
6
|
+
declare module 'v-calendar' {
|
|
7
|
+
export * from 'v-calendar/dist/types/src/index.d.ts'
|
|
8
|
+
export { default } from 'v-calendar/dist/types/src/index.d.ts'
|
|
9
|
+
}
|
package/package.json
CHANGED
package/lib/shim.d.ts
DELETED