UNPKG

@web-package/react-widgets

Version:

This is package that provides templates that can significantly reduce CSS development works in a react development environment.

6 lines (5 loc) 208 B
import { DurationUnit } from "../types"; export declare function AnimatedPage({ duration, children }: { duration: DurationUnit; children: JSX.Element | JSX.Element[]; }): JSX.Element | JSX.Element[];