UNPKG

@sofaws/dapp-core

Version:

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

8 lines 321 B
/// <reference types="react" /> import { WithClassnameType } from '../types'; export interface LoaderPropsType extends WithClassnameType { dataTestId?: string; noText?: boolean; } export declare const Loader: ({ dataTestId, noText, className }: LoaderPropsType) => JSX.Element; //# sourceMappingURL=index.d.ts.map