UNPKG

insta-toc

Version:

Simultaneously generate, update, and maintain a table of contents for your notes in real time.

5 lines (3 loc) 158 B
import { createContext } from "svelte"; import type { Context } from "./ComponentTypes"; export const [ getContext, setContext ] = createContext<Context>();