UNPKG

react-native-readium

Version:

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

6 lines (5 loc) 221 B
import React from 'react'; export declare const ReadiumView: React.ForwardRefExoticComponent<Omit<import("..").BaseReadiumViewProps, "ref"> & React.RefAttributes<{ nextPage: () => void; prevPage: () => void; }>>;