@redshank/native-router
Version:
@redshank/native-router is a file-based router for React Native CLI
10 lines • 399 B
TypeScript
import React from 'react';
import { type ScreenProps } from '../navigator/createNavigator';
interface UseFilterScreenChildrenProps {
contextKey?: string;
}
export declare function useFilterScreenChildren(children: React.ReactNode, { contextKey }?: UseFilterScreenChildrenProps): {
screens: ScreenProps[] | null | undefined;
};
export {};
//# sourceMappingURL=useFilterScreenChildren.d.ts.map