Skip to content

Commit

Permalink
Update types.d.ts (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart authored Feb 20, 2024
1 parent afe27a7 commit 98464ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ declare module 'react-dropdown-select' {
separatorRenderer?: ({ props, state, methods }: SelectRenderer<T>) => JSX.Element;
additionalProps?: HTMLAttributes<HTMLDivElement>;
wrapperClassName?: string;
selectAll?: boolean;
selectAllLabel?: string;
}

export interface DropDownProps {
Expand Down

0 comments on commit 98464ae

Please sign in to comment.