UNPKG

react-native-elegant-header

Version:

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

8 lines (7 loc) 181 B
import { ViewStyle, TextStyle } from "react-native"; interface Style { container: ViewStyle; textStyle: TextStyle; } declare const _default: Style; export default _default;