react-native-style-tachyons
Version:
functional, maintainable styling for react-native
31 lines (30 loc) • 524 B
TypeScript
declare const _default: {
i: {
fontStyle: string;
};
tl: {
textAlign: string;
};
tc: {
textAlign: string;
};
tr: {
textAlign: string;
};
tj: {
textAlign: string;
};
"no-underline": {
textDecorationLine: string;
};
strike: {
textDecorationLine: string;
};
underline: {
textDecorationLine: string;
};
"strike-underline": {
textDecorationLine: string;
};
};
export default _default;