one
Version:
One is a new React Framework that makes Vite serve both native and web.
8 lines • 387 B
TypeScript
import type { NavigationState, PartialState } from '@react-navigation/native';
type AnyState = NavigationState | PartialState<NavigationState>;
/**
* removes specified params from all routes at every nesting level of a navigation state
*/
export declare function removeParams<T extends AnyState>(state: T, paramNames: string[]): T;
export {};
//# sourceMappingURL=removeParams.d.ts.map