UNPKG

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

Version:

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

12 lines (11 loc) 233 B
export declare enum Appearance { /** * A traditional "light" mode */ DEFAULT = "readium-default-on", SEPIA = "readium-sepia-on", /** * A traditional "dark" mode */ NIGHT = "readium-night-on" }