@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
30 lines (29 loc) • 737 B
TypeScript
export declare const CSS: {
container: string;
contentWrapper: string;
header: string;
footer: string;
heading: string;
description: string;
checkboxWrapper: string;
checkboxWrapperDeprecated: string;
thumbnailWrapper: string;
headerTextContainer: string;
cardContent: string;
hasSlottedContent: string;
};
export declare const SLOTS: {
thumbnail: string;
heading: string;
description: string;
footerStart: string;
footerEnd: string;
title: string;
subtitle: string;
};
export declare const ICONS: {
readonly selected: "check-square-f";
readonly unselected: "square";
readonly selectedSingle: "circle-f";
readonly unselectedSingle: "circle";
};