@ea-lab/reactive-json
Version:
A REACT-based lib that transforms JSON (or YAML) into interactive HTML markup.
14 lines (13 loc) • 430 B
JavaScript
import { setAttributeValue as t } from "./setAttributeValue.js";
import { unsetAttribute as r } from "./unsetAttribute.js";
import { unsetAttributeValue as e } from "./unsetAttributeValue.js";
import { toggleAttributeValue as o } from "./toggleAttributeValue.js";
const p = {
setAttributeValue: t,
toggleAttributeValue: o,
unsetAttribute: r,
unsetAttributeValue: e
};
export {
p as coreAttributeTransformerComponents
};