We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe27a7 commit aabc9b3Copy full SHA for aabc9b3
types.d.ts
@@ -158,6 +158,8 @@ declare module 'react-dropdown-select' {
158
separatorRenderer?: ({ props, state, methods }: SelectRenderer<T>) => JSX.Element;
159
additionalProps?: HTMLAttributes<HTMLDivElement>;
160
wrapperClassName?: string;
161
+ selectAll?: boolean;
162
+ selectAllLabel?: string;
163
}
164
165
export interface DropDownProps {
0 commit comments