Skip to content

Commit

Permalink
chore: upgrade rc-dialog to 8.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 7, 2020
1 parent b9b3a0f commit bdfbe43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Preview.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
import Dialog from 'rc-dialog';
import { IDialogPropTypes } from 'rc-dialog/lib/IDialogPropTypes';
import Dialog, { DialogProps as IDialogPropTypes } from 'rc-dialog';
import RotateLeftOutlined from '@ant-design/icons/RotateLeftOutlined';
import RotateRightOutlined from '@ant-design/icons/RotateRightOutlined';
import ZoomInOutlined from '@ant-design/icons/ZoomInOutlined';
Expand Down

0 comments on commit bdfbe43

Please sign in to comment.