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 cd8f78d commit e04f7c5Copy full SHA for e04f7c5
src/Container.tsx
@@ -7,6 +7,7 @@ container.dropHandler = dropHandlers.reactDropHandler().handler;
7
container.wrapChild = false;
8
9
interface ContainerProps extends ContainerOptions {
10
+ children: React.ReactNode;
11
render?: (rootRef: React.RefObject<any>) => React.ReactElement;
12
style?: CSSProperties;
13
}
src/Draggable.tsx
@@ -6,6 +6,7 @@ const {
6
} = constants;
export interface DraggableProps {
render?: () => React.ReactElement;
className?: string;
0 commit comments