printer-notifications/node_modules/@skeletonlabs/skeleton/dist/utilities/TableOfContents/stores.d.ts

7 lines
368 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
/// <reference types="svelte" />
import type { TOCHeadingLink } from './types.js';
/** Contains the set of table of contents link data. */
export declare const tocStore: import("svelte/store").Writable<TOCHeadingLink[]>;
/** Contains the ID of the top-most visible heading when scrolling. */
export declare const tocActiveId: import("svelte/store").Writable<string>;