@equinor/eds-core-react
Version:
The React implementation of the Equinor Design System
9 lines (6 loc) • 333 B
JavaScript
import { TableOfContents as TableOfContents$1 } from './TableOfContents.js';
import { LinkItem } from './LinkItem.js';
const TableOfContents = TableOfContents$1;
TableOfContents.LinkItem = LinkItem;
TableOfContents.LinkItem.displayName = 'TableOfContents.LinkItem';
export { TableOfContents, LinkItem as TableOfContentsLinkItem };