Browse Source

fix #1981 change import function

pull/1887/merge
陈帅 8 years ago
parent
commit
8b2b78e64d
  1. 2
      src/components/NoticeIcon/index.d.ts

2
src/components/NoticeIcon/index.d.ts

@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import NoticeIconTab, { INoticeIconData } from './NoticeIconTab';
export interface INoticeIconProps {

Loading…
Cancel
Save