@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 388 B
TypeScript
/// <reference types="react" />
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import { WithClassnameType } from '../types';
export interface IconStateProps extends WithClassnameType {
icon: IconProp;
iconSize?: '2x' | '3x' | '5x';
}
export declare const IconState: ({ icon, iconSize, className }: IconStateProps) => JSX.Element;
//# sourceMappingURL=index.d.ts.map