UNPKG

@wix/design-system

Version:

@wix/design-system

10 lines 806 B
import React from 'react'; import { MessageBoxFunctionalLayoutProps } from './MessageBoxFunctionalLayout.types'; /** * @deprecated MessageBoxFunctionalLayout is deprecated and will be removed in the next major version. Please use MessageModalLayout instead. */ export declare const MessageBoxFunctionalLayout: { ({ theme, buttonsHeight, disableCancel, disableConfirmation, noBodyPadding, fullscreen, withEmptyState, dataHook, title, onCancel, onOk, onClose, confirmText, confirmPrefixIcon, confirmSuffixIcon, cancelText, cancelPrefixIcon, cancelSuffixIcon, hideFooter, footerBottomChildren, closeButton, width, margin, sideActions, image, maxHeight, children, }: MessageBoxFunctionalLayoutProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=MessageBoxFunctionalLayout.d.ts.map