@wordpress/components
Version:
UI components for WordPress.
18 lines (13 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _element = require("@wordpress/element");
var _reactNative = require("react-native");
/**
* External dependencies
*/
var _default = props => (0, _element.createElement)(_reactNative.View, null, props.children);
exports.default = _default;
//# sourceMappingURL=toolbar-button-container.native.js.map