Skip to content

Commit

Permalink
fix: support inlineIndent property of Menu for TypeScript (#5903)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookshi authored and benjycui committed Apr 26, 2017
1 parent e7053c1 commit 286fc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface MenuProps {
className?: string;
prefixCls?: string;
multiple?: boolean;
inlineIndent?: number;
}

export default class Menu extends React.Component<MenuProps, any> {
Expand Down

0 comments on commit 286fc96

Please sign in to comment.