DefinitelyTyped/react-router/lib/Lifecycle.d.ts
2016-05-11 16:33:19 -07:00

5 lines
107 B
TypeScript

import * as React from 'react';
declare const Lifecycle: React.Mixin<any, any>;
export default Lifecycle;