Skip to content

Commit

Permalink
Fixed #290
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Feb 6, 2018
1 parent 2550556 commit cb1f44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/picklist/PickList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface PickListProps {
showSourceControls?: boolean;
showTargetControls?: boolean;
itemTemplate?(): void;
onChange?({event: Event, source: any, target: any}): void;
onChange?(e: {event: Event, source: any, target: any}): void;
onMoveToSource?(e: {originalEvent: Event, value: any}): void;
onMoveAllToSource?(e: {originalEvent: Event, value: any}): void;
onMoveToTarget?(e: {originalEvent: Event, value: any}): void;
Expand Down

0 comments on commit cb1f44d

Please sign in to comment.