UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

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