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 31798e9 commit a28e904Copy full SHA for a28e904
typings/index.d.ts
@@ -43,6 +43,7 @@ declare module 'react-draggable' {
43
export interface DraggableCoreProps {
44
allowAnyClick: boolean,
45
cancel: string,
46
+ children?: React.ReactNode,
47
disabled: boolean,
48
enableUserSelectHack: boolean,
49
offsetParent: HTMLElement,
0 commit comments