Skip to content

Commit 68cf4b5

Browse files
Merge pull request #174 from jaydeepk3/patch-1
onToggleList function add in index.d.ts file
2 parents e9da640 + 852dee1 commit 68cf4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface MultiSelectProps {
4343
fixedHeight?: boolean;
4444
hideTags?: boolean,
4545
canAddItems?: boolean;
46+
onToggleList?: () => void;
4647
onAddItem?: (newItems: any[]) => void;
4748
onChangeInput?: (text: string) => void;
4849
displayKey?: string;

0 commit comments

Comments
 (0)