Jesus sucks
This commit is contained in:
4
backend/frontend/node_modules/@restart/ui/esm/NoopTransition.d.ts
generated
vendored
Normal file
4
backend/frontend/node_modules/@restart/ui/esm/NoopTransition.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/// <reference types="react" />
|
||||
import { TransitionProps } from './types';
|
||||
declare function NoopTransition({ children, in: inProp, onExited, mountOnEnter, unmountOnExit, }: TransitionProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
|
||||
export default NoopTransition;
|
||||
Reference in New Issue
Block a user