UNPKG

@tindtechnologies/universalviewer

Version:

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

4 lines (3 loc) 198 B
import { ContentLeftPanel } from "./ContentLeftPanel"; import { ResourcesLeftPanel } from "./ResourcesLeftPanel"; export declare type ExtendedLeftPanel = ContentLeftPanel & ResourcesLeftPanel & {};