UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

13 lines (12 loc) 337 B
export interface UnitNumberProps { prefixCls: string; value: string | number; offset?: number; current?: boolean; } export interface SingleNumberProps { prefixCls: string; value: string; count: number; } export default function SingleNumber(props: SingleNumberProps): import("react/jsx-runtime").JSX.Element;