Browse Source

add export to MenuItemProps

pull/15158/head
Frezc 6 years ago
committed by 偏右
parent
commit
c5b98c27c7
  1. 2
      components/menu/MenuItem.tsx

2
components/menu/MenuItem.tsx

@ -4,7 +4,7 @@ import * as PropTypes from 'prop-types';
import Tooltip from '../tooltip';
import { ClickParam } from './index';
interface MenuItemProps {
export interface MenuItemProps {
rootPrefixCls?: string;
disabled?: boolean;
level?: number;

Loading…
Cancel
Save