UNPKG

flemo

Version:

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

5 lines (4 loc) 244 B
import { PropsWithChildren } from 'react'; import { MotionConfigProps } from 'motion/react'; declare function LayoutConfig({ children, ...props }: PropsWithChildren<MotionConfigProps>): import("react").JSX.Element; export default LayoutConfig;