UNPKG

svelte-motion

Version:

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

8 lines (5 loc) 213 B
/** * Load features via renderless components based on the provided MotionProps. * TODO: Look into porting this to a component-less appraoch. */ export { default as UseFeatures } from './UseFeatures.svelte';