fix: Dropdown.Button[title] should be optional

pull/18192/head
Meck Zhu 6 years ago
parent 57833a260f
commit 2815198df6

@ -22,7 +22,7 @@ export interface DropdownButtonProps extends ButtonGroupProps, DropDownProps {
icon?: React.ReactNode;
href?: string;
children?: React.ReactNode;
title: string;
title?: string;
}
export default class DropdownButton extends React.Component<DropdownButtonProps, any> {

Loading…
Cancel
Save