UNPKG

@wordpress/components

Version:
9 lines (7 loc) 276 B
/** * WordPress dependencies */ import { Children } from '@wordpress/element'; // For native mobile, just shortcircuit the Tooltip to return its child. const Tooltip = props => Children.only(props.children); export default Tooltip; //# sourceMappingURL=index.native.js.map