@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
29 lines (28 loc) • 1.25 kB
TypeScript
export declare const inputNumberTokens: {
calciteInputActionsBackgroundColor: string;
calciteInputActionsBackgroundColorHover: string;
calciteInputActionsBackgroundColorPress: string;
calciteInputActionsIconColor: string;
calciteInputActionsIconColorHover: string;
calciteInputActionsIconColorPress: string;
calciteInputLoadingBackgroundColor: string;
calciteInputLoadingFillColor: string;
calciteInputNumberBackgroundColor: string;
calciteInputNumberBorderColor: string;
calciteInputNumberCornerRadius: string;
calciteInputNumberHeight: string;
calciteInputNumberPlaceholderTextColor: string;
calciteInputNumberTextColor: string;
calciteInputNumberTextColorFocus: string;
calciteInputPrefixBackgroundColor: string;
calciteInputPrefixSize: string;
calciteInputPrefixTextColor: string;
calciteInputSuffixBackgroundColor: string;
calciteInputSuffixSize: string;
calciteInputSuffixTextColor: string;
};
export declare const inputNumber: string;
export declare const inputNumberClearable: string;
export declare const inputNumberClearableReadOnly: string;
export declare const inputNumberReadOnly: string;
export declare const inputNumberReadOnlyWithPrefixSuffix: string;