UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

5 lines (4 loc) 133 B
export type HotkeyTriggerProps = { onKey: string; }; export declare function HotkeyTrigger({ onKey }: HotkeyTriggerProps): null;