@useloops/design-system
Version:
The official React based Loops design system
13 lines (10 loc) • 664 B
TypeScript
import * as _emotion_styled from '@emotion/styled';
import * as react from 'react';
import * as _mui_system from '@mui/system';
import * as _mui_material from '@mui/material';
interface ModalContentWrapperProps {
contentPadding?: boolean;
}
declare const ModalContentWrapper: _emotion_styled.StyledComponent<_mui_system.BoxOwnProps<_mui_material.Theme> & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof _mui_system.BoxOwnProps<_mui_material.Theme>> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & ModalContentWrapperProps, {}, {}>;
export { ModalContentWrapper };
export type { ModalContentWrapperProps };