UNPKG

47 BPlain TextView Raw
1export interface IState {
2 [i: string]: any;
3}