UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 207 B
import type { ComponentModelProperties } from "./ComponentModelProperties.js"; /** * Configuration for an address component. */ export interface AddressModelProperties extends ComponentModelProperties { }