UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

9 lines (6 loc) 190 B
import { writable } from "svelte/store"; import { getDomContext } from "./DOMcontext"; /** * @public */ export const PresenceContext = (c)=> getDomContext("Presence",c)||writable(null);