UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

9 lines (8 loc) 286 B
import React from "react"; export interface HeaderProps { title?: string; onRightPress?: () => void; onLeftPress?: () => void; containerStyle?: any; } export declare function Header({ title, onRightPress, onLeftPress, containerStyle, }: HeaderProps): React.JSX.Element;