UNPKG

kinetic-components

Version:

Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.

7 lines (6 loc) 174 B
import React from 'react'; import { ExampleState } from './state'; declare const _default: { exampleState: React.Context<ExampleState>; }; export default _default;