UNPKG

@rhds/elements

Version:
5 lines (4 loc) 378 B
// 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, { onExpandRequest: 'expand-request' }>;