@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
14 lines (13 loc) • 477 B
TypeScript
export declare const sliderTokens: {
calciteSliderTextColor: string;
calciteSliderTrackColor: string;
calciteSliderTrackFillColor: string;
calciteSliderHandleFillColor: string;
calciteSliderHandleExtensionColor: string;
calciteSliderAccentColor: string;
calciteSliderTickColor: string;
calciteSliderTickBorderColor: string;
calciteSliderTickSelectedColor: string;
calciteSliderGraphColor: string;
};
export declare const slider: string;