UNPKG

botframework-webchat-component

Version:
7 lines 283 B
declare const SENDING = "sending"; declare const SEND_FAILED = "send failed"; declare const SENT = "sent"; type SendStatus = typeof SENDING | typeof SEND_FAILED | typeof SENT; export { SENDING, SEND_FAILED, SENT }; export type { SendStatus }; //# sourceMappingURL=SendStatus.d.ts.map