UNPKG

customerio-gist-web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

6 lines (5 loc) 302 B
import type { InboxMessage } from './inbox-message-manager'; export declare function resetInboxComponentState(): void; export declare function initializeInboxComponent(): void; export declare function updateInbox(messages?: InboxMessage[]): Promise<void>; export declare function destroyInbox(): void;