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) 179 B
import { IUVData } from "../../../../IUVData"; import { Config } from "./config/Config"; export interface IPDFExtensionData extends IUVData<Config> { anchor: string | null; }