UNPKG

react-scroll-motion

Version:
6 lines (5 loc) 238 B
import type { Animation } from "./Animation"; import type { Style } from "./Style"; import type { ScrollData } from "./ScrollData"; import type { ScrollPage } from "./ScrollPage"; export type { Animation, Style, ScrollData, ScrollPage };