UNPKG

@chief-editor/preview

Version:

FlowEditor Editor

5 lines (4 loc) 276 B
/// <reference types="react" /> import { BaseBoard, BaseTemplate } from '@chief-editor/base'; import { EditableBaseBrickGlobal } from '@chief-editor/core'; export declare const TemplateContext: import("react").Context<BaseTemplate<BaseBoard, EditableBaseBrickGlobal> | null>;