UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

3 lines (2 loc) 214 B
import { Scale, Width, Height } from '../components/interfaces'; export declare function getDimensionClass(type: "width" | "height", size: Width | Height, scale: Scale): `${typeof type}-${Scale | Width | Height}`;