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