UNPKG

graphdb-workbench

Version:
9 lines (8 loc) 205 B
export interface SingleSpa { /** * Navigates the single-spa application to the specified URL. * * @param url - The URL to navigate to */ navigateToUrl: (url: string) => void; }