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.

6 lines (5 loc) 110 B
import React from 'react'; declare const Code: React.FC<{ children: string; }>; export default Code;