UNPKG

@gechiui/block-editor

Version:
18 lines (17 loc) 532 B
import _extends from "@babel/runtime/helpers/esm/extends"; import { createElement } from "@gechiui/element"; /** * Internal dependencies */ import BlockVerticalAlignmentUI from './ui'; export function BlockVerticalAlignmentControl(props) { return createElement(BlockVerticalAlignmentUI, _extends({}, props, { isToolbar: false })); } export function BlockVerticalAlignmentToolbar(props) { return createElement(BlockVerticalAlignmentUI, _extends({}, props, { isToolbar: true })); } //# sourceMappingURL=index.js.map