UNPKG

@botonic/react

Version:

Build Chatbots using React

7 lines (6 loc) 190 B
export interface WhatsappCatalogProps { body: string; footer?: string; thumbnailProductId?: string; } export declare const WhatsappCatalog: (props: WhatsappCatalogProps) => any;