UNPKG

use-vibes

Version:

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

7 lines (6 loc) 282 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';