UNPKG

motion

Version:

The Motion library for the web

10 lines (5 loc) 206 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const AnimationContext = React.createContext({}); exports.AnimationContext = AnimationContext;