UNPKG

@ni/spright-components

Version:

NI Spright Components

8 lines (7 loc) 153 B
/** * The type of the detail associated with the `send` * event on the chat input. */ export interface ChatInputSendEventDetail { text: string; }