UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

15 lines (14 loc) 372 B
import type { SaleorThemeColors } from ".."; export declare function getSecondaryButtonStyles(colors: SaleorThemeColors): { "&:hover, &.Mui-focusVisible": { color: string; }; "&:disabled": { color: string; }; background: string; borderRadius: number; color: string; padding: number; transition: string; };