DocsTertiaryNav.svelte view source
accepts children
import DocsTertiaryNav from '@fuzdev/fuz_ui/DocsTertiaryNav.svelte'; tomes
type
{ slug: string; category: string; Component: Component<any, any, string>; related_tomes: string[]; related_modules: string[]; related_declarations: string[]; title?: string | undefined; }[]tomes_by_slug
type
Map<string, { slug: string; category: string; Component: Component<any, any, string>; related_tomes: string[]; related_modules: string[]; related_declarations: string[]; title?: string | undefined; }>sidebar?
type
booleanoptional default
trueintersects
SvelteHTMLElements['aside']