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) 244 B
import { ThumbsView as BaseView } from "../uv-shared-module/ThumbsView"; import { ExtendedLeftPanel } from "../../extensions/config/ExtendedLeftPanel"; export declare class ThumbsView extends BaseView<ExtendedLeftPanel> { create(): void; }