UNPKG

@gpm-lds-astro/layouts

Version:

Layouts of the LDS Astro template.

8 lines (6 loc) 503 B
export { default as BaseLayout } from './BaseLayout.astro'; export { default as GlobalNavOnlyLayout } from './GlobalNavOnlyLayout.astro'; export { default as GlobalNavWithChildrenNavLayout } from './GlobalNavWithChildrenNavLayout.astro'; export { default as GlobalNavWithSidebarTocLayout } from './GlobalNavWithSidebarTocLayout.astro'; export { default as GlobalNavWithSidebarLayout } from './GlobalNavWithSidebarLayout.astro'; export { default as BaseLayoutWithNav } from './BaseLayoutWithNav.astro';