UNPKG

react-native-readium

Version:

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

5 lines (4 loc) 193 B
import React from 'react'; import type { BaseReadiumViewProps } from '../interfaces'; export type ReadiumProps = BaseReadiumViewProps; export declare const ReadiumView: React.FC<ReadiumProps>;