@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
22 lines (21 loc) • 411 B
TypeScript
export declare const CSS: {
container: string;
header: string;
footer: string;
title: string;
subtitle: string;
thumbnailWrapper: string;
checkboxWrapper: string;
};
export declare const SLOTS: {
thumbnail: string;
title: string;
subtitle: string;
footerLeading: string;
footerTrailing: string;
};
export declare const TEXT: {
select: string;
deselect: string;
loading: string;
};