@aliretail/react-materials-components
Version:
10 lines (9 loc) • 316 B
TypeScript
export declare const Router: {
openPage: (pageInfo: any, config: any) => void;
goToPage: (pageInfo: any, config?: {}) => void;
closePage: (pageInfo: any) => void;
closeCurrentPage: () => void;
setPageTitle: (title: any) => void;
getURLParameter: (name: any) => any;
};
export default Router;