@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
14 lines (13 loc) • 369 B
TypeScript
export declare const CSS: {
container: string;
arrow: string;
imageContainer: string;
closeButton: string;
content: string;
};
export declare const TEXT: {
close: string;
};
export declare const POPOVER_REFERENCE = "data-calcite-popover-reference";
export declare const ARIA_CONTROLS = "aria-controls";
export declare const ARIA_EXPANDED = "aria-expanded";