UNPKG

svelte-motion

Version:

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

8 lines (6 loc) 196 B
import { writable } from "svelte/store"; import { getDomContext } from "./DOMcontext"; /** * @internal */ export const LayoutGroupContext = (c)=>getDomContext("LayoutGroup",c)||writable(null);