UNPKG

framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 191 B
import { FeatureComponents, LoadedFeatures } from "./types"; export declare const featureDefinitions: LoadedFeatures; export declare function loadFeatures(features: FeatureComponents): void;