UNPKG

@tindtechnologies/universalviewer

Version:

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

6 lines (5 loc) 263 B
import { ContentState, NormalisedContentState } from "./content-state/content-state"; export declare function parseContentStateParameter(contentState?: ContentState | string): NormalisedContentState | { type: "remote-content-state"; id: string; } | null;