Skip to content

Commit aabc9b3

Browse files
authored
Update types.d.ts
1 parent afe27a7 commit aabc9b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ declare module 'react-dropdown-select' {
158158
separatorRenderer?: ({ props, state, methods }: SelectRenderer<T>) => JSX.Element;
159159
additionalProps?: HTMLAttributes<HTMLDivElement>;
160160
wrapperClassName?: string;
161+
selectAll?: boolean;
162+
selectAllLabel?: string;
161163
}
162164

163165
export interface DropDownProps {

0 commit comments

Comments
 (0)