Skip to content

Commit

Permalink
refactor(typings): update Dropdown options type
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jan 25, 2017
1 parent 3632cc0 commit 3c6a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Dropdown/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export interface DropdownProps extends ReactMouseEvents<HTMLElement>, ReactFocus
openOnFocus?: boolean;

/** Array of Dropdown.Item props e.g. `{ text: '', value: '' }` */
options?: Array<DropdownItemProps>;
options?: React.ReactNode;

/** Placeholder text. */
placeholder?: string;
Expand Down

0 comments on commit 3c6a438

Please sign in to comment.