@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
26 lines (25 loc) • 611 B
TypeScript
export declare const CSS: {
header: string;
heading: string;
close: string;
container: string;
tipContainer: string;
tipContainerAdvancing: string;
tipContainerRetreating: string;
pagination: string;
pagePosition: string;
pageNext: string;
pagePrevious: string;
};
export declare const ICONS: {
readonly chevronLeft: "chevron-left";
readonly chevronRight: "chevron-right";
readonly close: "x";
};
export declare const TEXT: {
defaultGroupTitle: string;
defaultPaginationLabel: string;
close: string;
previous: string;
next: string;
};