UNPKG

react-native-elegant-header

Version:

Fully customizable, easy to use Elegant Header component for React Native

8 lines (7 loc) 228 B
import { ViewStyle } from "react-native"; interface Style { container: ViewStyle; } export declare const _containerGlueStyle: (enableBackButton: boolean) => ViewStyle; declare const _default: Style; export default _default;