UNPKG

@sofaws/dapp-core

Version:

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

8 lines 339 B
/// <reference types="react" /> import { WithClassnameType } from '../types'; export interface ProgressStepsType extends WithClassnameType { totalSteps: number; currentStep: number; } export declare const ProgressSteps: ({ totalSteps, currentStep, className }: ProgressStepsType) => JSX.Element; //# sourceMappingURL=index.d.ts.map