ChannelNotes
import { ChannelNotes } from '@hanzo/ui/agents'
No examples yet.
Types
export interface ChannelNotesProps {channelName: stringnotes: stringonSaveNotes: (notes: string) => voidonExtractActionItems?: (notes: string) => voidisLiveNoteTakerActive?: booleanclassName?: stringstyle?: React.CSSProperties}
Exports
ChannelNotestype ChannelNotesProps