UNPKG

react-native-elegant-header

Version:

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

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