import { Tooltip } from '@wordpress/components'; const TooltipExample = () => (
Hover for more information
); export default TooltipExample;