UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 217 B
import type { ComponentModelProperties } from "./ComponentModelProperties.js"; /** * Properties used to create or update a LegendModel. */ export interface LegendModelProperties extends ComponentModelProperties { }