Skip to content

Commit

Permalink
[docs] Add missing inheritance pragma to MenuItem. Fixes mui#7981
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchi committed Aug 31, 2017
1 parent c4f93b6 commit 827ae60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Menu/MenuItem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @flow
// @inheritedComponent ListItem

import React from 'react';
import type { ComponentType, Node } from 'react';
Expand Down

0 comments on commit 827ae60

Please sign in to comment.