@rhds/elements
Version:
Red Hat Design System Elements
5 lines (4 loc) • 336 B
TypeScript
// rh-navigation-secondary/rh-navigation-secondary.js
import type { ReactWebComponent } from '@lit/react';
import type { RhNavigationSecondary } from '@rhds/elements/rh-navigation-secondary/rh-navigation-secondary.js';
export const NavigationSecondary: ReactWebComponent<RhNavigationSecondary, { onOverlayChange: 'overlay-change' }>;