import { HostProvider, useHost } from '@hanzo/ui/product'
No examples yet.
export type HostActions = {/** Re-authenticate and return to this exact page (401). */signIn?: () => void/** Navigate to the org's top-up surface (402). */addCredits?: () => void}