UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

17 lines (16 loc) 315 B
export default class Path { _matchedPath: any; _actualPath: any; _params: any; _search: any; _query: any; _route: any; constructor(object: { route?: any; search?: any; params?: any; actualPath?: any; matchedPath?: any; }); copy(): Path; }