Skip to content

Commit 3979a31

Browse files
authored
Merge pull request #241 from DogusErdem/refactor/dropdown-type-edit
refactor: Dropdown types edited.
2 parents f26fb32 + 6a78c72 commit 3979a31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ export type DrowdownProps = {
338338
*The size of the dropdown. Defaults to 'medium'
339339
*/
340340
size?: 'large' | 'medium' | 'small',
341-
/**
342-
*Whether to include a "Select All" option in the dropdown. Defaults to false
343-
*/
344-
selectall?: boolean,
345341
/**
346342
*Whether the press behavior is disabled
347343
*/
@@ -441,6 +437,10 @@ export type MultipleDropdownProps = DrowdownProps & {
441437
*Text to be displayed in the selectall button
442438
*/
443439
selectallButtonLabel?:string,
440+
/**
441+
*Whether to include a "Select All" option in the dropdown. Defaults to false
442+
*/
443+
selectall?: boolean,
444444
/**
445445
*The theme to use for the component
446446
*/

0 commit comments

Comments
 (0)