svelte-motion
Version:
Svelte animation library based on the React library framer-motion.
13 lines (11 loc) • 466 B
TypeScript
/**
based on framer-motion@4.1.17,
Copyright (c) 2018 Framer B.V.
*/
import { SharedLayoutProps } from "./types.js";
import { SvelteComponent } from "svelte";
/**
* Wrap several [#Motion] components with the \`layout\` or \`layoutId\` prop with this component, so that all react smoothly to the change of a single component.
* @public
*/
export declare class AnimateSharedLayout extends SvelteComponent<SharedLayoutProps, ATypedSvelteComponent, {default:{}}>{}