UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 556 B
import React from 'react'; import { MessageBoxFunctionalLayoutProps, MessageBoxFunctionalLayoutTheme } from '../MessageBoxFunctionalLayout.types'; export declare const HeaderLayout: ({ title, onCancel, theme, closeButton, size, newColorsBranding, }: Pick<MessageBoxFunctionalLayoutProps, "onCancel" | "title" | "closeButton"> & { size: MessageBoxFunctionalLayoutProps["buttonsHeight"]; theme: MessageBoxFunctionalLayoutTheme | "newColorsBranding"; newColorsBranding?: boolean; }) => React.JSX.Element; //# sourceMappingURL=HeaderLayout.d.ts.map