10 lines
273 B
TypeScript
10 lines
273 B
TypeScript
import { TabPath } from './native';
|
|
import { Href } from '../../types';
|
|
export declare function useNextScreenId(): [
|
|
{
|
|
nextScreenId: string | undefined;
|
|
tabPath: TabPath[];
|
|
},
|
|
(href: Href) => void
|
|
];
|
|
//# sourceMappingURL=useNextScreenId.d.ts.map
|