@ozen-ui/kit
Version:
React component library
13 lines (12 loc) • 350 B
TypeScript
export declare const LIST_CARD_ITEM_BACKGROUND_COLOR_SCHEME: {
MAIN: {
base: "background-main";
hover: "background-main-hover";
pressed: "background-main-pressed";
};
PRIMARY: {
base: "background-primary";
hover: "background-primary-hover";
pressed: "background-primary-pressed";
};
};