UNPKG

flemo

Version:

A modern React router library with built-in motion animations and smooth transitions

4 lines (3 loc) 201 B
import { ComponentPropsWithRef } from 'react'; declare function ScreenDecorator({ children, ref, ...props }: ComponentPropsWithRef<"div">): import("react").JSX.Element; export default ScreenDecorator;