UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

4 lines (3 loc) 243 B
/// <reference types="react" /> import { MapContentsType, WebviewContentsContextType } from './types'; export declare const createWebviewContentsContext: <T extends MapContentsType>() => import("react").Context<WebviewContentsContextType<T>>;