UNPKG

@tindtechnologies/universalviewer

Version:

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

5 lines (4 loc) 262 B
import type { ExtensionState } from "../../modules/uv-shared-module/ExtensionState"; export interface OpenSeadragonExtensionState extends ExtensionState { } export declare const createStore: () => import("zustand/vanilla").StoreApi<OpenSeadragonExtensionState>;