UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

24 lines (23 loc) 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "STICKY_CONTROLS_TOP_MARGIN_FOR_STICKY_HEADER", { enumerable: true, get: function get() { return _consts.STICKY_CONTROLS_TOP_MARGIN_FOR_STICKY_HEADER; } }); Object.defineProperty(exports, "rootElementGap", { enumerable: true, get: function get() { return _consts.rootElementGap; } }); Object.defineProperty(exports, "topPositionAdjustment", { enumerable: true, get: function get() { return _consts.topPositionAdjustment; } }); var _consts = require("../ui/consts");