UNPKG

prong-editor

Version:

Prong (PRojectional jsON Gui) is an editor framework for creating bespoke in-browser editors for JSON-based domain-specific languages (such as [Vega](https://vega.github.io/vega/), [Vega-Lite](https://vega.github.io/vega-lite/), [Tracery](https://tracery.

12 lines (11 loc) 477 B
export { default as Editor } from "./components/Editor"; export { default as StandardBundle } from "./projections/standard-bundle"; import { simpleParse, setIn } from "./lib/utils"; import prettifier from "./lib/vendored/prettifier"; export declare const utils: { simpleParse: typeof simpleParse; setIn: typeof setIn; maybeTrim: (x: string) => string; prettifier: typeof prettifier; }; export { type Projection, type ProjectionProps } from "./lib/projections";