Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: [DropdownButtonMenuItem] Add onclick and disable interface. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghou authored and wangkailang committed Dec 3, 2019
1 parent 91002f8 commit 32ce7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ export type DropdownButtonMenuItem =
title: string;
eventKey?: string;
'data-action'?: string;
onClick?: React.MouseEventHandler;
disabled?: boolean;
}
| string;

Expand Down

0 comments on commit 32ce7e1

Please sign in to comment.