UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

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