@umituz/react-native-ai-generation-content 1.17.54 → 1.17.55

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.17.54",
3
+ "version": "1.17.55",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
package/src/index.ts CHANGED
@@ -303,6 +303,7 @@ export {
303
303
  DurationSelector,
304
304
  GridSelector,
305
305
  StylePresetsGrid,
306
+ AIGenerationForm,
306
307
 
307
308
  } from "./presentation/components";
308
309