UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

11 lines (10 loc) 437 B
/// <reference types="react" /> import { ActionRequest } from '@botonic/react'; import { ContentFieldsBase } from './content-fields-base'; import { HtImageNode } from './hubtype-fields'; export declare class FlowImage extends ContentFieldsBase { src: string; static fromHubtypeCMS(component: HtImageNode, locale: string): FlowImage; trackFlow(request: ActionRequest): Promise<void>; toBotonic(id: string): JSX.Element; }