Skip to content

Commit

Permalink
FIX (types): fix types closes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Oct 18, 2019
1 parent cff717f commit 2f42fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface ISelectProps {
onClearAll?: () => void;
onSelectAll?: () => void;
onCreateNew?: () => void;
searchFn?: () => void;
searchFn?: ({ props, state, methods }: IRenderer) => object[];
handleKeyDownFn?: ({ event, props, state, methods, setState }: IKeyDown) => void;
clearRenderer?: ({ props, state, methods }: IRenderer) => void;
contentRenderer?: ({ props, state, methods }: IRenderer) => void;
Expand Down

0 comments on commit 2f42fdb

Please sign in to comment.