UNPKG

@acdh-oeaw/universalviewer

Version:

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

11 lines (10 loc) 206 B
export declare class Bookmark { path: string; index: number; label: string | null; thumb: string; title: string | null; trackingLabel: string; type: string; constructor(); }