UNPKG

svelte-motion

Version:

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

14 lines (13 loc) 385 B
/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import { ValueTypeMap } from "./types"; /** * A map of default value types for common values */ export declare const defaultValueTypes: ValueTypeMap; /** * Gets the default ValueType for the provided value key */ export declare const getDefaultValueType: (key: string) => import("style-value-types").ValueType;