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) 84 B
import { writable } from "svelte/store"; export const currentMenu = writable(null);