Skip to content

Commit

Permalink
fix(types): wrong property name
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Sep 27, 2023
1 parent 130f865 commit 7358b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/lib/Dropdown/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare interface DropdownProps extends ComponentPropsWithRef<any> {
dismissOptions?: UseDismissProps;
floatingOptions?: object;
hoverOptions?: UseHoverProps;
openend?: boolean;
opened?: boolean;
placement?: Placement;
trigger?: 'click' | 'hover' | 'manual';
onToggle?(props: { opened: boolean }): void;
Expand Down

0 comments on commit 7358b8d

Please sign in to comment.