@rhds/elements
Version:
Red Hat Design System Elements
7 lines (6 loc) • 606 B
TypeScript
// elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js
import type { ReactWebComponent } from '@lit/react';
import type { RhNavigationSecondaryMenuSection } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js';,
import type { RhSecondaryNavMenuSection } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-menu-section.js';
export const NavigationSecondaryMenuSection: ReactWebComponent<RhNavigationSecondaryMenuSection, {}>;,
export const SecondaryNavMenuSection: ReactWebComponent<RhSecondaryNavMenuSection, {}>;