UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines (7 loc) 220 B
type TransitionProps = { children?: (enter: boolean) => any; mounted?: boolean; delay?: number; }; declare const Transition: ({ children, mounted, delay }: TransitionProps) => any; export default Transition;