@devexpress/utils
Version:
DevExpress utils
9 lines • 323 B
TypeScript
export declare class Url {
static containsClientScript(url: string): boolean;
static navigate(url: string, target?: string): void;
private static navigateTo;
private static openInNewWindow;
private static openInNewWindowViaIframe;
private static getFrame;
}
//# sourceMappingURL=url.d.ts.map