UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 202 B
import type { ComponentModelProperties } from "./ComponentModelProperties.js"; /** * Configuration for a stack component. */ export interface StackModelProperties extends ComponentModelProperties { }