Skip to content

Commit

Permalink
Fix #3934: Docs (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 1, 2023
1 parent 9909a1d commit 976d9ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/lib/multiselect/multiselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ export interface MultiSelectPassThroughOptions {
* Uses to pass attributes to the header checkbox's DOM element.
*/
headerCheckbox?: MultiSelectPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
/**
* Uses to pass attributes to the header checkbox's DOM element.
*/
headerSelectAllLabel?: MultiSelectPassThroughType<React.HTMLAttributes<HTMLLabelElement>>;
/**
* Uses to pass attributes to the filter container's DOM element.
*/
Expand Down Expand Up @@ -613,7 +617,6 @@ export interface MultiSelectProps extends Omit<React.DetailedHTMLProps<React.Inp
* Label to display if showSelectAll is true
*/
selectAllLabel?: string;

/**
* Inline style of the element.
*/
Expand Down

0 comments on commit 976d9ac

Please sign in to comment.