UNPKG

@wordpress/components

Version:
18 lines 435 B
/** * WordPress dependencies */ import { memo } from '@wordpress/element'; /** * Internal dependencies */ import FooterMessageCell from '../mobile/bottom-sheet/footer-message-cell'; import { jsx as _jsx } from "react/jsx-runtime"; function FooterMessageControl({ ...props }) { return /*#__PURE__*/_jsx(FooterMessageCell, { ...props }); } export default memo(FooterMessageControl); //# sourceMappingURL=index.native.js.map