@wordpress/components
Version:
UI components for WordPress.
18 lines • 435 B
JavaScript
/**
* 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