@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
9 lines (8 loc) • 307 B
TypeScript
export declare const CSS: {
positionContainer: string;
container: string;
};
export declare const TOOLTIP_OPEN_DELAY_MS = 300;
export declare const TOOLTIP_QUICK_OPEN_DELAY_MS: number;
export declare const TOOLTIP_CLOSE_DELAY_MS: number;
export declare const ARIA_DESCRIBED_BY = "aria-describedby";