UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

11 lines (10 loc) 463 B
// rh-navigation-secondary/rh-navigation-secondary-menu-section.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhNavigationSecondaryMenuSection } from '@rhds/elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js'; export const NavigationSecondaryMenuSection = createComponent({ tagName: 'rh-navigation-secondary-menu-section', elementClass: RhNavigationSecondaryMenuSection, react, events: {}, });