ApiModule.svelte

view source

Declarations
#

ApiModule
#

ApiModule.svelte view source

import ApiModule from '@fuzdev/fuz_ui/ApiModule.svelte';

module_path

The module path parameter from the route (e.g., "lib/Button.svelte").

type string | string[]

library?

The library instance to render API docs for. Defaults to getting from library_context.

type Library
optional

tome?

The tome for the API docs page. Defaults to looking up the 'api' tome.

type { slug: string; category: string; Component: Component<any, any, string>; related_tomes: string[]; related_modules: string[]; related_declarations: string[]; title?: string | undefined; }
optional default tome_get_by_slug('api')

Depends on
#