UNPKG

@rhds/elements

Version:
13 lines (12 loc) 484 B
// rh-navigation-secondary/rh-navigation-secondary-dropdown.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhNavigationSecondaryDropdown } from '@rhds/elements/rh-navigation-secondary/rh-navigation-secondary-dropdown.js'; export const NavigationSecondaryDropdown = createComponent({ tagName: 'rh-navigation-secondary-dropdown', elementClass: RhNavigationSecondaryDropdown, react, events: { onExpandRequest: 'expand-request', }, });