UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

7 lines (6 loc) 571 B
// elements/rh-navigation-secondary/rh-navigation-secondary.js import type { ReactWebComponent } from '@lit/react'; import type { RhNavigationSecondary } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary.js';, import type { RhSecondaryNav } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary.js'; export const NavigationSecondary: ReactWebComponent<RhNavigationSecondary, { onOverlayChange: 'overlay-change' }>;, export const SecondaryNav: ReactWebComponent<RhSecondaryNav, { onOverlayChange: 'overlay-change' }>;