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
export interface ExtensionState { downloadDialogueOpen: boolean; dialogueTriggerButton: HTMLElement | null; openDownloadDialogue: (triggerButton: HTMLElement) => void; closeDialogue: () => void; }