@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
18 lines (17 loc) • 634 B
TypeScript
export declare const DropdownTokens: {
calciteDropdownWidth: string;
calciteDropdownBackgroundColor: string;
};
export declare const DropdownGroupTokens: {
calciteDropdownGroupBorderColor: string;
calciteDropdownGroupTitleTextColor: string;
};
export declare const DropdownItemTokens: {
calciteDropdownItemTextColor: string;
calciteDropdownItemBackgroundColorHover: string;
calciteDropdownItemBackgroundColorPress: string;
calciteDropdownItemIconColorHover: string;
calciteDropdownItemIconColorPress: string;
calciteDropdownItemTextColorPress: string;
};
export declare const dropdown: string;