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