@wordpress/block-editor
Version:
16 lines (15 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* This function was accidentally exposed for mobile/native usage.
*
* @deprecated
*
* @return {string} Empty string.
*/
var _default = () => '';
exports.default = _default;
//# sourceMappingURL=get-px-from-css-unit.js.map