UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

9 lines (8 loc) 195 B
import type { ListItem } from "./customElement.js"; export type ItemData = { label: string; description: string; metadata: Record<string, unknown>; el: ListItem; heading?: string[]; };