UNPKG
press-pix
Version:
latest (1.0.46)
1.0.47
1.0.46
1.0.9
0.0.1
基于 PixUI 的 Press 组件库
novlan1.github.io/docs/press-pix/
novlan1/press-pix
press-pix
/
my-info-item-v2
/
types.ts
11 lines
(9 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Props
{
num
?:
string
|
number
;
preNum
?:
string
|
number
;
avatar
?:
string
;
title
?:
string
;
pinyin
?:
string
;
reverse
?:
boolean
;
isEmpty
?:
boolean
; }