1 | import { CommonActions, type ParamListBase } from '@react-navigation/core';
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | export declare function useLinkBuilder(): {
|
7 | buildHref: (name: string, params?: object) => string | undefined;
|
8 | buildAction: (href: string) => {
|
9 | type: "NAVIGATE";
|
10 | payload: {
|
11 | name: string;
|
12 | params?: import("@react-navigation/core").NavigatorScreenParams<Readonly<{
|
13 | key: string;
|
14 | index: number;
|
15 | routeNames: string[];
|
16 | history?: unknown[];
|
17 | routes: import("@react-navigation/routers").NavigationRoute<ParamListBase, string>[];
|
18 | type: string;
|
19 | stale: false;
|
20 | }>>;
|
21 | path?: string;
|
22 | };
|
23 | } | CommonActions.Action;
|
24 | };
|
25 |
|
\ | No newline at end of file |