import { EmptyState } from '@hanzo/ui/product'
No examples yet.
export type EmptyAction = {label: string/** In-app navigation / handler. */onPress?: () => void/** External URL — opens in a new tab with an external-link affordance. */href?: stringicon?: ReactElement}