4 lines
254 B
TypeScript
4 lines
254 B
TypeScript
import { CreateURLOptions, ParsedURL } from './Linking.types';
|
|
export declare function createURL(path: string, { queryParams }?: CreateURLOptions): string;
|
|
export declare function parse(url: string): ParsedURL;
|
|
//# sourceMappingURL=createURL.web.d.ts.map
|