UNPKG

@tindtechnologies/universalviewer

Version:

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

8 lines (7 loc) 152 B
export declare class Mode { value: string; static image: Mode; static page: Mode; constructor(value: string); toString(): string; }