UNPKG

use-vibes

Version:

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

9 lines 417 B
// Export all components from the ImgGenUtils directory export { ImgGenPromptWaiting } from './ImgGenPromptWaiting'; export { ImgGenError } from './ImgGenError'; export { ImgGenDisplayPlaceholder } from './ImgGenDisplayPlaceholder'; export { ImgGenDisplay } from './ImgGenDisplay'; export { ImgGenUploadWaiting } from './ImgGenUploadWaiting'; // Export types export * from './types'; //# sourceMappingURL=index.js.map