UNPKG

fluent-svelte-updated

Version:

Forked from https://github.com/vegardlarsen/fluent-svelte. A faithful implementation of Microsoft's Fluent Design System in Svelte.

3 lines (2 loc) 172 B
import type { SvelteComponentTyped } from "svelte"; export declare const currentMenu: import("svelte/store").Writable<SvelteComponentTyped<Record<string, any>, any, any>>;