/** * GenUI Hooks * * React hooks for GenUI integration. */ export { useGenUI, type UseGenUIOptions, type UseGenUIResult } from './useGenUI'; export { useWebMCP, type UseWebMCPOptions, type UseWebMCPResult } from './useWebMCP';