UNPKG

flemo

Version:

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

4 lines (3 loc) 166 B
import { ScreenProps } from './Screen'; declare function LayoutScreen({ children, ...props }: ScreenProps): import("react").JSX.Element; export default LayoutScreen;