Browse Source

Fix warning path

pull/1427/merge
afc163 8 years ago
parent
commit
0c88ec2f38
  1. 2
      components/dropdown/dropdown.tsx

2
components/dropdown/dropdown.tsx

@ -1,7 +1,7 @@
import React, { cloneElement } from 'react';
import RcDropdown from 'rc-dropdown';
import classNames from 'classnames';
import warning from 'warning/warning';
import warning from '../_util/warning';
export interface DropDownProps {
trigger?: ('click' | 'hover')[];

Loading…
Cancel
Save