Send
import { ready, sends } from '@hanzo/ui/chat'
No examples yet.
Types
export interface Mods {shiftKey?: booleanaltKey?: booleanmetaKey?: booleanctrlKey?: boolean/** `KeyboardEvent.isComposing` — true while an IME candidate window is open. */isComposing?: boolean/** Legacy `KeyboardEvent.keyCode`. Read only to recognise Safari's IME. */keyCode?: number}
Exports
readysendstype Mods