Words
import { words } from '@hanzo/ui/chat'
No examples yet.
Types
export interface Part {type: stringtext?: string}
export type Said = string | Part[] | undefined
Exports
wordstype Parttype Said
import { words } from '@hanzo/ui/chat'
No examples yet.
export interface Part {type: stringtext?: string}
export type Said = string | Part[] | undefined