UNPKG

@tindtechnologies/universalviewer

Version:

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

5 lines (4 loc) 154 B
import { IUVData } from "../../../../IUVData"; import { Config } from "./config/Config"; export interface IAlephExtensionData extends IUVData<Config> { }