@umituz/react-native-ai-generation-content 1.17.62 → 1.17.63

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.17.62",
3
+ "version": "1.17.63",
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
@@ -288,6 +288,7 @@ export {
288
288
  GenerateButton,
289
289
  // Display
290
290
  ResultDisplay,
291
+ AIGenerationResult,
291
292
  ErrorDisplay,
292
293
  // Headers
293
294
  FeatureHeader,
@@ -345,6 +346,8 @@ export type {
345
346
  // Display
346
347
  ResultDisplayProps,
347
348
  ResultDisplayAction,
349
+ AIGenerationResultProps,
350
+ AIGenerationResultAction,
348
351
  ErrorDisplayProps,
349
352
  // Headers
350
353
  FeatureHeaderProps,