UNPKG
uni-ui-plus
Version:
latest (0.0.70)
0.0.70
0.0.69
0.0.67
0.0.66
0.0.65
0.0.64
0.0.63
0.0.62
0.0.61
0.0.60
0.0.59
0.0.58
0.0.57
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.5
0.0.4
0.0.3
0.0.2
🦄基于uni-ui的二次封装的uniapp组件库
github.com/iceywu/uni-ui-plus
iceywu/uni-ui-plus
uni-ui-plus
/
components
/
list
/
type.ts
7 lines
(5 loc)
•
222 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
listType = [
'default'
,
'primary'
,
'info'
,
'success'
,
'warning'
,
'danger'
]
as
const
export
type
ListType
= (
typeof
listType)[
number
]
export
interface
ListInst
extends
HTMLElement
{
stopRefresh
:
() =>
void
}