UNPKG

react-native-style-tachyons

Version:
32 lines (31 loc) 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { i: { fontStyle: "italic" }, tl: { textAlign: "left" }, tc: { textAlign: "center" }, tr: { textAlign: "right" }, tj: { textAlign: "justify" }, "no-underline": { textDecorationLine: "none" }, strike: { textDecorationLine: "line-through" }, underline: { textDecorationLine: "underline" }, "strike-underline": { textDecorationLine: "underline line-through" } };