UNPKG

react-native-elegant-header

Version:

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

11 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_native_1 = require("react-native"); exports.default = react_native_1.StyleSheet.create({ container: { fontSize: 32, color: "#4287f5", fontWeight: "bold", }, }); //# sourceMappingURL=Title.style.js.map