flemo
Version:
A modern React router library with built-in motion animations and smooth transitions
4 lines (3 loc) • 315 B
TypeScript
import { ScreenProps } from './Screen';
declare function ScreenMotion({ children, statusBarHeight, statusBarColor, systemNavigationBarHeight, systemNavigationBarColor, appBar, navigationBar, hideStatusBar, hideSystemNavigationBar, ...props }: ScreenProps): import("react").JSX.Element;
export default ScreenMotion;