Skip to content

Commit

Permalink
feat(plasma-web): add api report
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Sep 25, 2023
1 parent ef1991a commit 95445d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plasma-hope/api/plasma-hope.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export { DisabledProps }
export const Dropdown: FC<DropdownProps>;

// @public
export const DropdownItem: FC<DropdownItemProps>;
export const DropdownItem: React_2.ForwardRefExoticComponent<DropdownItemProps & React_2.RefAttributes<HTMLLIElement>>;

// @public (undocumented)
export interface DropdownItemProps extends DropdownNodeType, Omit<DetailedHTMLProps<HTMLAttributes<HTMLLIElement>, HTMLLIElement>, 'onClick' | 'ref'> {
Expand Down

0 comments on commit 95445d6

Please sign in to comment.