@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 324 B
TypeScript
/// <reference types="react" />
import { WithClassnameType } from '../types';
export interface DotPropsType extends WithClassnameType {
color: string;
'data-testid'?: string;
}
export declare const Dot: ({ color, "data-testid": dataTestId, className }: DotPropsType) => JSX.Element;
//# sourceMappingURL=Dot.d.ts.map