UNPKG

react-native-elegant-header

Version:

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

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