feat: 修改构建配置
This commit is contained in:
parent
fe704d1611
commit
4a78aa6177
@ -69,7 +69,7 @@ export interface ProTableProps<TData, TValue> {
|
|||||||
targetId: string | number | null,
|
targetId: string | number | null,
|
||||||
items: TData[],
|
items: TData[],
|
||||||
) => Promise<TData[]>;
|
) => Promise<TData[]>;
|
||||||
initialPagination: {
|
initialPagination?: {
|
||||||
initialPageSize: number;
|
initialPageSize: number;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user