@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
12 lines (10 loc) • 422 B
TypeScript
/// <reference types="../../index.d.ts" />
import { PublicLitElement as LitElement, JsxNode, TargetedEvent } from '@arcgis/lumina';
/**
* @deprecated Use the `calcite-carousel` and `calcite-carousel-item` components instead.
* @slot - A slot for adding `calcite-tip`s.
*/
export declare class TipGroup extends LitElement {
/** The component header text for all nested `calcite-tip`s. */
groupTitle: string;
}