wix-style-react
Version:
wix-style-react
21 lines • 794 B
TypeScript
export default Footer;
declare function Footer({ bottomChildren, children, theme, cancelText, cancelPrefixIcon, cancelSuffixIcon, onCancel, onOk, confirmText, confirmPrefixIcon, confirmSuffixIcon, buttonsHeight, enableOk, enableCancel, sideActions, newColorsBranding, }: {
bottomChildren: any;
children: any;
theme?: string | undefined;
cancelText: any;
cancelPrefixIcon: any;
cancelSuffixIcon: any;
onCancel: any;
onOk: any;
confirmText: any;
confirmPrefixIcon: any;
confirmSuffixIcon: any;
buttonsHeight?: string | undefined;
enableOk?: boolean | undefined;
enableCancel?: boolean | undefined;
sideActions: any;
newColorsBranding: any;
}): React.JSX.Element;
import React from 'react';
//# sourceMappingURL=FooterLayout.d.ts.map