@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
18 lines (17 loc) • 460 B
TypeScript
export declare const CSS: {
header: string;
chevron: string;
chevronContainer: string;
chevronContainerLeft: string;
chevronContainerRight: string;
monthYearContainer: string;
monthPicker: string;
rangeCalendar: string;
suffix: string;
yearContainer: string;
};
export declare const ICON: {
readonly chevronLeft: "chevron-left";
readonly chevronRight: "chevron-right";
};
export declare const ICON_WIDTH_M = 16;