UNPKG

@humanspeak/svelte-motion

Version:

Framer Motion for Svelte 5. Declarative motion.<tag> components with AnimatePresence exit animations, gestures (hover, tap, drag, focus, in-view), variants, FLIP layout animations, shared-layout transitions, spring physics, and scroll-linked motion values

10 lines (9 loc) 299 B
import type { Snippet } from 'svelte'; type $$ComponentProps = { id?: string; inherit?: boolean | 'id'; children?: Snippet; }; declare const LayoutGroup: import("svelte").Component<$$ComponentProps, {}, "">; type LayoutGroup = ReturnType<typeof LayoutGroup>; export default LayoutGroup;