UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

7 lines (6 loc) 616 B
// elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js import type { ReactWebComponent } from '@lit/react'; import type { RhNavigationSecondaryDropdown } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js';, import type { RhSecondaryNavDropdown } from '@rhds/elements/elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js'; export const NavigationSecondaryDropdown: ReactWebComponent<RhNavigationSecondaryDropdown, { onChange: 'change' }>;, export const SecondaryNavDropdown: ReactWebComponent<RhSecondaryNavDropdown, { onChange: 'change' }>;