UNPKG

@wordpress/components

Version:
19 lines (17 loc) 428 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 MenuItemLabel = forwardRef(function MenuItemLabel(props, ref) { return /*#__PURE__*/_jsx(Styled.MenuItemLabel, { numberOfLines: 1, ref: ref, ...props }); }); //# sourceMappingURL=item-label.js.map