@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 416 B
TypeScript
/// <reference types="react" />
import { WithClassnameType } from '../../types';
export interface DappModalFooterPropsType extends WithClassnameType {
visible?: boolean;
footerText?: string;
customFooter?: JSX.Element;
}
export declare const DappModalFooter: ({ visible, customFooter, className, footerText }: DappModalFooterPropsType) => JSX.Element | null;
//# sourceMappingURL=DappModalFooter.d.ts.map