We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127f295 commit e77a9beCopy full SHA for e77a9be
types/index.d.ts
@@ -39,7 +39,7 @@ export type SortEndHandler = (sort: SortEnd, event: SortEvent) => void;
39
40
export type SortOverHandler = (sort: SortOver, event: SortEvent) => void;
41
42
-export type ContainerGetter = (element: React.ReactElement<any>) => HTMLElement;
+export type ContainerGetter = (element: React.ReactElement<any>) => HTMLElement | Promise<HTMLElement>;
43
44
export interface Dimensions {
45
width: number;
0 commit comments