UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

19 lines (18 loc) 308 B
export const CSS = { container: "container", header: "header", heading: "heading", close: "close", imageFrame: "image-frame", content: "content", info: "info" }; export const ICONS = { close: "x" }; export const SLOTS = { thumbnail: "thumbnail" }; export const TEXT = { close: "Close" };