UNPKG

@fangcha/backend-kit

Version:
11 lines (10 loc) 283 B
import { RouterApp } from '@fangcha/router'; import { RouterPlugin } from './RouterPlugin'; declare class __RouterState { locked: boolean; routerApp: RouterApp; routerPlugin: RouterPlugin; constructor(); } export declare const _RouterState: __RouterState; export {};