/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionConfigContextObject } from "../../context/MotionConfigContext.js"; export type MotionConfigProps = Partial; /** * `MotionConfig` is used to set configuration options for all children `motion` components. * * ```jsx * import { MotionDiv, MotionConfig } from "svelte-motion" * * * * * ``` * * @public */ export { default as MotionConfig } from './MotionConfig.svelte'; //# sourceMappingURL=index.d.ts.map