UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

4 lines (3 loc) 210 B
import type { ResolvedPlugins } from '@botonic/core'; import type { BotonicPluginFlowBuilder } from '../index'; export declare function getFlowBuilderPlugin(plugins: ResolvedPlugins): BotonicPluginFlowBuilder;