UNPKG

@ea-lab/reactive-json

Version:

A REACT-based lib that transforms JSON (or YAML) into interactive HTML markup.

6 lines (5 loc) 96 B
import { createContext as t } from "react"; const o = t({}); export { o as TemplateContext };