@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
17 lines (16 loc) • 379 B
TypeScript
export declare const CSS: {
list: string;
listItem: string;
hiddenItem: string;
page: string;
selected: string;
chevron: string;
disabled: string;
ellipsis: string;
};
export declare const ICONS: {
readonly next: "chevron-right";
readonly previous: "chevron-left";
readonly first: "chevron-start";
readonly last: "chevron-end";
};