@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
17 lines (16 loc) • 320 B
TypeScript
export declare const CSS: {
container: string;
header: string;
heading: string;
close: string;
imageFrame: string;
content: string;
info: string;
infoNoThumbnail: string;
};
export declare const ICONS: {
readonly close: "x";
};
export declare const SLOTS: {
thumbnail: string;
};