UNPKG

react-native-readium

Version:

A react-native wrapper for https://readium.org/

7 lines (6 loc) 244 B
// NOTE: readium uses an index so the order is very important here export var TextAlignment; (function (TextAlignment) { TextAlignment["JUSTIFY"] = "justify"; TextAlignment["START"] = "start"; })(TextAlignment || (TextAlignment = {}));