UNPKG

@wordpress/components

Version:
19 lines (15 loc) 423 B
import { createElement } from "@wordpress/element"; /** * WordPress dependencies */ import { memo } from '@wordpress/element'; /** * Internal dependencies */ import FooterMessageCell from '../mobile/bottom-sheet/footer-message-cell'; function FooterMessageControl({ ...props }) { return createElement(FooterMessageCell, props); } export default memo(FooterMessageControl); //# sourceMappingURL=index.native.js.map