UNPKG

use-vibes

Version:

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

7 lines 321 B
/** * Re-export all components from the ImgGenUtils directory * This maintains backwards compatibility with existing imports */ export { ImgGenPromptWaiting, ImgGenError, ImgGenDisplayPlaceholder, ImgGenDisplay, } from './ImgGenUtils/index'; export * from './ImgGenUtils/types'; //# sourceMappingURL=ImgGenUtils.js.map