UNPKG

@chief-editor/editor

Version:

FlowEditor Editor

1 lines 229 B
import{useContext}from"react";import{TemplateContext}from"../context/template";export function useTemplate(){var e=useContext(TemplateContext);if(null==e)throw new Error("use template must be use with `TemplateRender`");return e}