Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: modify error type
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuyou committed Aug 9, 2023
1 parent c2db9a1 commit 2f89f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export interface VirtualListProps<T> extends VirtualListDefaultProps<T> {
className?: string;
/** 是否开启计算 */
isEstimate?: boolean;
error?: any
error?: unknown
}

export interface VirtualSelectBoxDefaultProps<T> {
Expand Down

0 comments on commit 2f89f18

Please sign in to comment.