import { SelectMenu } from '@hanzo/ui/product'
No examples yet.
export type SelectOption<T extends string> = { key: T; label: string }