UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

14 lines (12 loc) 396 B
import * as styles from './styles'; import { TopNav as _TopNav } from './TopNav'; import { TopNavSection } from './TopNavSection'; import { TopNavItem } from './TopNavItem'; export * from './TopNav'; export * from './TopNavSection'; export * from './TopNavItem'; export const TopNav = Object.assign(_TopNav, { Section: TopNavSection, Item: TopNavItem, }); export { styles as topNavStyles };