UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

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