UNPKG

@wordpress/block-editor

Version:
32 lines (29 loc) 1.01 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockVerticalAlignmentToolbar = exports.BlockVerticalAlignmentControl = void 0; var _ui = _interopRequireDefault(require("./ui")); var _jsxRuntime = require("react/jsx-runtime"); /** * Internal dependencies */ const BlockVerticalAlignmentControl = props => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ui.default, { ...props, isToolbar: false }); }; exports.BlockVerticalAlignmentControl = BlockVerticalAlignmentControl; const BlockVerticalAlignmentToolbar = props => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ui.default, { ...props, isToolbar: true }); }; /** * @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/block-vertical-alignment-control/README.md */ exports.BlockVerticalAlignmentToolbar = BlockVerticalAlignmentToolbar; //# sourceMappingURL=index.js.map