UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

20 lines (19 loc) 468 B
import Main from "../main"; import Path from "./Path"; import Route from "./Route"; export default class Cycle { _key: any; _next: any; _failed: any; _main: Main; _path: Path; _route: Route; _states: any; constructor(main: Main, route: string, next: any, failed: any); $access(access: any): any; handle(): void; get(): void; getCompleted(i: number): void; getFailed(i: number): void; params(key: string): any; }