UNPKG

uni-ui-plus

Version:

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

7 lines (5 loc) 210 B
export const loadingMode = ['blurhash', 'placeholder', 'lp', 'none'] as const export type LoadingMode = (typeof loadingMode)[number] export interface ListInst extends HTMLElement { stopRefresh: () => void }