UNPKG

@rhds/elements

Version:
5 lines (4 loc) 336 B
// rh-navigation-vertical/rh-navigation-vertical-list.js import type { ReactWebComponent } from '@lit/react'; import type { RhNavigationVerticalList } from '@rhds/elements/rh-navigation-vertical/rh-navigation-vertical-list.js'; export const NavigationVerticalList: ReactWebComponent<RhNavigationVerticalList, { onToggle: 'toggle' }>;