UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

11 lines 404 B
import type { AvatarProps, CardHeaderProps } from '@mui/material'; import type { ReactNode } from 'react'; import React from 'react'; export interface TokenSummaryProps extends CardHeaderProps { icon?: string; imgBgProps?: AvatarProps; symbol?: string; symbolElement?: ReactNode; } export declare const TokenSummary: React.FC<TokenSummaryProps>; //# sourceMappingURL=TokenSummary.d.ts.map