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.

4 lines (3 loc) 290 B
/// <reference types="react" /> declare const StyledAnimatable: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../src").AnimateableProps & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>; export default StyledAnimatable;