UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

6 lines (5 loc) 456 B
export { default as AnchorNavigation } from "./anchor-navigation.component"; export { default as AnchorNavigationItem } from "./anchor-navigation-item/anchor-navigation-item.component"; export { default as AnchorSectionDivider } from "./anchor-section-divider.component"; export type { AnchorNavigationProps } from "./anchor-navigation.component"; export type { AnchorNavigationItemProps } from "./anchor-navigation-item/anchor-navigation-item.component";