zhangyong
2023-08-22 1353e87cb21a4032d585d7404bae9042f2ebcf08
1
2
3
4
5
6
7
import type Total from './total.vue';
import type { ExtractPropTypes } from 'vue';
export declare const paginationTotalProps: {
    readonly total: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1000, boolean>;
};
export declare type PaginationTotalProps = ExtractPropTypes<typeof paginationTotalProps>;
export declare type TotalInstance = InstanceType<typeof Total>;