UNPKG
@sms-frontend/components
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
SMS Design React UI Library.
@sms-frontend/components
/
lib
/
Badge
/
count.d.ts
9 lines
(8 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
export
default
function
Count
(
{ prefixCls, maxCount, count, className, style }: { prefixCls:
any
; maxCount:
any
; count:
any
; className:
any
; style:
any
; }
):
JSX
.
Element
;