Skip to content

Commit c4d2609

Browse files
authored
Merge pull request #247 from ghcassell/patch-1
Update index.d.ts
2 parents a311106 + 5314a95 commit c4d2609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ declare module "react-contextmenu" {
66
data?: any,
77
className?: string,
88
hideOnLeave?: boolean,
9+
rtl?: boolean,
910
onHide?: {(event: any): void},
1011
onMouseLeave?: {(event: React.MouseEvent<HTMLElement>, data: Object, target: HTMLElement): void} | Function,
1112
onShow?: {(event: any): void},

0 commit comments

Comments
 (0)