UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

14 lines (13 loc) 638 B
/// <reference types="react" /> import { FlowBuilderApi } from '../../api'; import { HtWhatsappButtonListNode } from '../hubtype-fields'; import { ContentFieldsBase } from './../content-fields-base'; import { FlowWhatsappButtonListSection } from './flow-whatsapp-button-list-section'; export declare class FlowWhatsappButtonList extends ContentFieldsBase { code: string; text: string; listButtonText: string; sections: FlowWhatsappButtonListSection[]; static fromHubtypeCMS(component: HtWhatsappButtonListNode, locale: string, cmsApi: FlowBuilderApi): FlowWhatsappButtonList; toBotonic(id: string): JSX.Element; }