Skip to content

Commit

Permalink
fix: add children to the DraggableCoreProps (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanNijland committed Apr 26, 2022
1 parent 31798e9 commit a28e904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -43,6 +43,7 @@ declare module 'react-draggable' {
export interface DraggableCoreProps {
allowAnyClick: boolean,
cancel: string,
children?: React.ReactNode,
disabled: boolean,
enableUserSelectHack: boolean,
offsetParent: HTMLElement,
Expand Down

0 comments on commit a28e904

Please sign in to comment.