UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 214 B
import type { ComponentModelProperties } from "../common/ComponentModelProperties.js"; /** * Configuration for a taskbar component. */ export interface TaskbarModelProperties extends ComponentModelProperties { }