UNPKG

1.04 kBTypeScriptView Raw
1/// <reference types="react" />
2declare const Appbar: (({ children, dark, style, mode, elevated, safeAreaInsets, theme: themeOverrides, ...rest }: import("./Appbar").Props) => import("react").JSX.Element) & {
3 Content: {
4 ({ color: titleColor, subtitle, subtitleStyle, onPress, disabled, style, titleRef, titleStyle, title, titleMaxFontSizeMultiplier, mode, theme: themeOverrides, testID, ...rest }: import("./AppbarContent").Props): import("react").JSX.Element;
5 displayName: string;
6 };
7 Action: import("../../utils/forwardRef").ForwardRefComponent<import("react-native").View, import("./AppbarAction").Props>;
8 BackAction: import("../../utils/forwardRef").ForwardRefComponent<import("react-native").View, import("./AppbarBackAction").Props>;
9 Header: {
10 ({ statusBarHeight, style, dark, mode, elevated, theme: themeOverrides, testID, ...rest }: import("./AppbarHeader").Props): import("react").JSX.Element;
11 displayName: string;
12 };
13};
14export default Appbar;
15//# sourceMappingURL=index.d.ts.map
\No newline at end of file