UNPKG

@makeen.io/material-ui-kit

Version:
11 lines (10 loc) 398 B
import React from "react"; import { IExtendedTheme } from "themes/default"; export declare type ContentBoxProps = { children?: React.ReactNode; width?: string; paddings?: string; theme: IExtendedTheme; }; declare const _default: import("styled-components").StyledComponent<({ children, ...args }: Readonly<ContentBoxProps>) => JSX.Element, any, {}, never>; export default _default;