UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

14 lines (13 loc) 452 B
import Component from '../../components/menu-label/menu-label.component.js'; /** * @summary Menu labels are used to describe a group of menu items. * @documentation https://shoelace.style/components/menu-label * @status stable * @since 2.0 * * @slot - The menu label's content. * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>; export default reactWrapper;