UNPKG

@wordpress/components

Version:
19 lines (17 loc) 441 B
/** * WordPress dependencies */ import { forwardRef } from '@wordpress/element'; /** * Internal dependencies */ import * as Styled from './styles'; import { jsx as _jsx } from "react/jsx-runtime"; export const MenuItemHelpText = forwardRef(function MenuItemHelpText(props, ref) { return /*#__PURE__*/_jsx(Styled.MenuItemHelpText, { numberOfLines: 2, ref: ref, ...props }); }); //# sourceMappingURL=item-help-text.js.map