UNPKG

use-vibes

Version:

Transform any DOM element into an AI-powered micro-app

13 lines (12 loc) 522 B
export { ImgGen, type ImgGenProps, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, useVibes, type UseVibesOptions, type UseVibesResult, type VibeDocument, type Fireproof, type CallAI, } from '@vibes.diy/use-vibes-base'; export interface RuntimeError { type: string; message: string; source?: string; lineno?: number; colno?: number; stack?: string; reason?: string; timestamp: string; errorType?: 'SyntaxError' | 'ReferenceError' | 'TypeError' | 'DatabaseError' | 'Other'; }