UNPKG

@wulperstudio/cms

Version:
6 lines (5 loc) 328 B
import { ButtonModel } from '../../../components'; export interface CustomButtonModel extends ButtonModel { expanded: boolean; } export declare const CustomButton: import("@emotion/styled").StyledComponent<ButtonModel & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & CustomButtonModel, {}, {}>;