@threlte/core
Advanced tools
Comparing version 5.0.4 to 5.0.5
# @threlte/core | ||
## 5.0.5 | ||
### Patch Changes | ||
- 20ed409: Expose Props, Events and Slots type to move forward with v5 syntax exposure and abstraction abilities | ||
## 5.0.4 | ||
@@ -4,0 +10,0 @@ |
@@ -42,2 +42,3 @@ export { default as Canvas } from './Canvas.svelte'; | ||
export { T } from './three/T'; | ||
export type { Props, Events, Slots } from './three/types'; | ||
export { useFrame } from './hooks/useFrame'; | ||
@@ -44,0 +45,0 @@ export { useThrelte } from './hooks/useThrelte'; |
{ | ||
"name": "@threlte/core", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
399584
6134