one
Version:
One is a new React Framework that makes Vite serve both native and web.
13 lines • 641 B
TypeScript
import type { NativeStackNavigationOptions } from '@react-navigation/native-stack';
import type { ReactNode } from 'react';
export interface StackHeaderRightProps {
children?: ReactNode;
asChild?: boolean;
}
/**
* Configuration component for custom right header content.
* Use `asChild` to render custom components in the right header area.
*/
export declare function StackHeaderRight(_props: StackHeaderRightProps): null;
export declare function appendStackHeaderRightPropsToOptions(options: NativeStackNavigationOptions, props: StackHeaderRightProps): NativeStackNavigationOptions;
//# sourceMappingURL=StackHeaderRight.d.ts.map