UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 213 B
import type { ComponentModelProperties } from "./ComponentModelProperties.js"; /** * Configuration for a scale input component. */ export interface ScaleInputModelProperties extends ComponentModelProperties { }