UNPKG

@cmk/fe_utils

Version:
7 lines (5 loc) 340 B
import { BoxProps, Theme } from '@mui/material'; import { CButtonProps } from './Button'; export declare const makeButtonStyles: (props: Pick<CButtonProps, "fullWidth" | "variant" | "disableHover" | "iconButton" | "dropdown" | "sx" | "endIcon" | "borderRadius" | "size" | "fontColor" | "color"> & { theme: Theme; }) => BoxProps["sx"];