UNPKG

mext-types

Version:

10 lines (8 loc) 220 B
import * as React from 'react'; import { IinitState } from './initstate'; import { Routes } from './routes'; export interface Info { Component: typeof React.Component; INITIAL_STATE: IinitState; routes: Routes; }