UNPKG

@up-group-ui/react-controls

Version:
10 lines (9 loc) 286 B
import { WithThemeProps } from '../../../Common/theming'; import { IconName } from '../../../Common/theming/icons'; export interface UpBulleProps extends WithThemeProps { backgroundImage: string; message: string; icon: IconName; value: number; className?: string; }