UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

4 lines (3 loc) 238 B
export type SearchbarInputAlign = 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'match-parent'; export type SearchbarConfirmType = 'send' | 'search' | 'next' | 'go' | 'done'; export type SearchbarShape = 'round' | 'square';