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 🌎

7 lines (6 loc) 213 B
import { InformationAction } from "./InformationAction"; export declare class Information { message: string; actions: InformationAction[]; constructor(message: string, actions: InformationAction[]); }