UNPKG

react-scroll-motion

Version:
10 lines (9 loc) 147 B
import { Style } from "./Style"; export interface Animation { in?: { style?: Style; }; out?: { style?: Style; }; }