UNPKG

@gpm-lds-astro/components

Version:

Components of the LDS Astro template.

6 lines (5 loc) 363 B
export type { LeftSidebarSection, LeftSidebarSectionItem, LeftSidebarNode, TreeOnClickData } from './LeftSidebar'; export type { ITableOfContents, IContentItem } from './TableOfContents'; export type { INavbarItemFrontMatter, INavbarLink } from './Navbar'; export type { BreadcrumbTrail } from './Breadcrumb'; export type { IChildNavItem } from './ChildNavItem';