import { StatusTag } from '@hanzo/ui/product'
No examples yet.
export type StatusTagProps = { status?: string /** Override the tone when the caller knows better than the vocabulary does. */ tone?: keyof typeof TONE }