UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

6 lines (5 loc) 171 B
import { IUVData } from "../../../../IUVData"; import { Config } from "./config/Config"; export interface IEbookExtensionData extends IUVData<Config> { cfi: string; }