UNPKG

react-native-modern-header

Version:

Fully customizable Modern Header View for React Native

7 lines (6 loc) 149 B
import { TextStyle } from "react-native"; interface Style { titleTextStyle: TextStyle; } declare const _default: Style; export default _default;