Words

import { words } from '@hanzo/ui/chat'

No examples yet.

Types

export interface Part {
type: string
text?: string
}
export type Said = string | Part[] | undefined

Exports

wordstype Parttype Said