UNPKG

react-native-modern-header

Version:

Fully customizable Modern Header View for React Native

9 lines (8 loc) 215 B
import { ViewStyle } from "react-native"; interface Style { container: ViewStyle; leftComponentStyle: ViewStyle; rightComponentStyle: ViewStyle; } declare const _default: Style; export default _default;