UNPKG

@sfenton/react-native-readium-with-cfi

Version:

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

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 = {}));