@cmk/fe_utils
Version:
frontend utility library
7 lines (5 loc) • 340 B
TypeScript
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"];