UNPKG

uni-ui-plus

Version:

🦄基于uni-ui的二次封装的uniapp组件库

7 lines (5 loc) 222 B
export const listType = ['default', 'primary', 'info', 'success', 'warning', 'danger'] as const export type ListType = (typeof listType)[number] export interface ListInst extends HTMLElement { stopRefresh: () => void }