import { Segmented, SearchInput } from '@hanzo/ui/product'
No examples yet.
export type Option<T extends string> = { label: string; value: T }