UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

24 lines (23 loc) 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "expandToJSON", { enumerable: true, get: function get() { return _expand.toJSON; } }); Object.defineProperty(exports, "expandWithNestedExpand", { enumerable: true, get: function get() { return _expand.expandWithNestedExpand; } }); Object.defineProperty(exports, "expandWithNestedExpandLocalId", { enumerable: true, get: function get() { return _expand.expandWithNestedExpandLocalId; } }); var _expand = require("../schema/nodes/expand");