Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jussikinnula committed Jul 11, 2018
1 parent af913db commit 9eba8d4
Show file tree
Hide file tree
Showing 12 changed files with 107 additions and 60 deletions.
7 changes: 3 additions & 4 deletions lib/PageTransition.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="react" />
import * as React from 'react';
import { PromiseQueue } from './PromiseQueue';
import PromiseQueue from './PromiseQueue';
export interface IPageTransitionProps {
data?: any;
animateOnInit?: boolean;
Expand Down Expand Up @@ -29,7 +28,7 @@ export declare class PageTransition extends React.Component<IPageTransitionProps
componentDidMount(): void;
componentDidUpdate(): void;
static getDerivedStateFromProps(nextProps: IPageTransitionProps, prevState: IPageTransitionState): Partial<IPageTransitionState>;
getRef(ref: string): React.ReactInstance;
transite(): Promise<{}>;
getRef(ref: string): any;
transite(): Promise<void>;
render(): JSX.Element;
}
83 changes: 32 additions & 51 deletions lib/PageTransition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9eba8d4

Please sign in to comment.