3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
|
import { writable } from "svelte/store";
|
||
|
|
||
|
export const highestZIndex = writable(0)
|