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