UNPKG

@wordpress/components

Version:
32 lines (29 loc) 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = FocalPoint; var _focalPointStyle = require("./styles/focal-point-style"); var _jsxRuntime = require("react/jsx-runtime"); /** * Internal dependencies */ /** * External dependencies */ function FocalPoint({ left = '50%', top = '50%', ...props }) { const style = { left, top }; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_focalPointStyle.PointerCircle, { ...props, className: "components-focal-point-picker__icon_container", style: style }); } //# sourceMappingURL=focal-point.js.map