UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 203 B
export interface WhatsappProductProps { body: string; catalogId: string; productId: string; footer?: string; } export declare const WhatsappProduct: (props: WhatsappProductProps) => any;