use-vibes 0.2.2 → 0.2.3
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/package.json +1 -1
- package/src/index.ts +3 -3
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
export * from 'call-ai';
|
|
3
3
|
|
|
4
4
|
// Export ImgGen component
|
|
5
|
-
export { default as ImgGen } from './components/ImgGen
|
|
6
|
-
export type { ImgGenProps } from './components/ImgGen
|
|
5
|
+
export { default as ImgGen } from './components/ImgGen';
|
|
6
|
+
export type { ImgGenProps } from './components/ImgGen';
|
|
7
7
|
|
|
8
8
|
// Export useVibes and its types
|
|
9
|
-
export { useVibes, type UseVibesConfig, type VibesApp } from './useVibes
|
|
9
|
+
export { useVibes, type UseVibesConfig, type VibesApp } from './useVibes';
|