UNPKG

@freakycoder/react-native-countdown

Version:

Moment based easy to use Countdown for React Native

15 lines (12 loc) 247 B
import { TextStyle, StyleSheet } from "react-native"; interface Style { textStyle: TextStyle; } export default StyleSheet.create<Style>({ textStyle: { color: "red", fontSize: 18, marginRight: 16, textAlign: "right", }, });