UNPKG
nutui-taro-upgrade
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
@nutui/nutui-taro 对京东风格组件库的taro4 版本支持
nutui.jd.com
aoao2239/nutui-taro-upgrade
nutui-taro-upgrade
/
dist
/
types
/
__VUE
/
searchbar
/
types.d.ts
4 lines
(3 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
export
type
SearchbarInputAlign =
'start'
|
'end'
|
'left'
|
'right'
|
'center'
|
'justify'
|
'match-parent'
;
export
type
SearchbarConfirmType =
'send'
|
'search'
|
'next'
|
'go'
|
'done'
;
export
type
SearchbarShape =
'round'
|
'square'
;