UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

3 lines (2 loc) 283 B
import { MapContentsType, UseWebviewContents, UseWebviewContentsProps } from './types'; export declare function useWebviewContents<T extends MapContentsType>({ apiUrl, version, botId, webviewId, providerId, locale, mapContents, }: UseWebviewContentsProps<T>): UseWebviewContents<T>;