Skip to content

Commit a28e904

Browse files
fix: add children to the DraggableCoreProps (#648)
1 parent 31798e9 commit a28e904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ declare module 'react-draggable' {
4343
export interface DraggableCoreProps {
4444
allowAnyClick: boolean,
4545
cancel: string,
46+
children?: React.ReactNode,
4647
disabled: boolean,
4748
enableUserSelectHack: boolean,
4849
offsetParent: HTMLElement,

0 commit comments

Comments
 (0)