UNPKG

@atlaskit/adf-schema

Version:

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

18 lines (17 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "nestedExpand", { enumerable: true, get: function get() { return _nestedExpand.nestedExpand; } }); Object.defineProperty(exports, "nestedExpandWithLocalId", { enumerable: true, get: function get() { return _nestedExpand.nestedExpandWithLocalId; } }); var _nestedExpand = require("../schema/nodes/nested-expand");