@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
11 lines (10 loc) • 705 B
TypeScript
/// <reference types="react" />
interface BoxPropsModel {
showBorder?: boolean;
backgroundColor?: boolean;
showBoxShadow?: boolean;
showDivider?: boolean;
}
export declare const Box: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & BoxPropsModel, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const Label: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
export {};