UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

7 lines 325 B
import { ReactNode } from 'react'; import { WithClassnameType } from '../../types'; export interface DappModalBodyPropsType extends WithClassnameType { children?: ReactNode; } export declare const DappModalBody: ({ className, children }: DappModalBodyPropsType) => JSX.Element; //# sourceMappingURL=DappModalBody.d.ts.map