完全跑通1.0版本
This commit is contained in:
13
frontend/node_modules/element-plus/lib/components/pagination/src/constants.d.ts
generated
vendored
Normal file
13
frontend/node_modules/element-plus/lib/components/pagination/src/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ComputedRef, InjectionKey, WritableComputedRef } from "vue";
|
||||
|
||||
//#region ../../packages/components/pagination/src/constants.d.ts
|
||||
interface ElPaginationContext {
|
||||
currentPage?: WritableComputedRef<number>;
|
||||
pageCount?: ComputedRef<number>;
|
||||
disabled?: ComputedRef<boolean>;
|
||||
changeEvent?: (val: number) => void;
|
||||
handleSizeChange?: (val: number) => void;
|
||||
}
|
||||
declare const elPaginationKey: InjectionKey<ElPaginationContext>;
|
||||
//#endregion
|
||||
export { ElPaginationContext, elPaginationKey };
|
||||
Reference in New Issue
Block a user