UNPKG

@wulperstudio/cms

Version:
10 lines (9 loc) 470 B
/// <reference types="react" /> interface TagWsPropsModel { backgroundColor?: string; incrementHeight?: string; fontSizeIncrement?: string; paddingIncrement?: string; } export declare const TagWS: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & TagWsPropsModel, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export {};