UNPKG

@tindtechnologies/universalviewer

Version:

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

7 lines (6 loc) 211 B
import { InformationType } from "./InformationType"; export declare class InformationArgs { informationType: InformationType; param: any; constructor(informationType: InformationType, param: any); }