vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
13 lines (12 loc) • 727 B
TypeScript
import { default as _Pagination } from './src/index.vue';
export declare const Pagination: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
}>, {
total: number;
pageSize: number;
pageNum: number;
morePageCount: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>> & Record<string, any>;
export type PaginationInstance = InstanceType<typeof _Pagination>;