import type Lenis from "lenis"; import { writable } from "svelte/store"; const lenis = writable(undefined); export default lenis;