小小儁爺
2025-12-30 b204ae3d0dffaac8d52e976d4cb8ac0930a3d3b9
1
2
3
4
5
6
7
8
9
10
11
declare module 'vue' {
  export interface GlobalComponents {
    ['z-paging']: typeof import('./comps/z-paging')['ZPaging']
    ['z-paging-swiper']: typeof import('./comps/z-paging-swiper')['ZPagingSwiper']
    ['z-paging-swiper-item']: typeof import('./comps/z-paging-swiper-item')['ZPagingSwiperItem']
    ['z-paging-empty-view']: typeof import('./comps/z-paging-empty-view')['ZPagingEmptyView']
    ['z-paging-cell']: typeof import('./comps/z-paging-cell')['ZPagingCell']
  }
}
 
export {}