Skip to content

Commit

Permalink
chore: fix allowSyntheticDefaultImports define
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 31, 2020
1 parent 1745dea commit e5f234f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Content.tsx
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';

export interface ContentProps {
prefixCls?: string;
Expand Down
3 changes: 2 additions & 1 deletion src/Tooltip.tsx
@@ -1,4 +1,5 @@
import React, { useRef, useImperativeHandle, forwardRef } from 'react';
import * as React from 'react';
import { useRef, useImperativeHandle, forwardRef } from 'react';
import Trigger, { TriggerProps } from 'rc-trigger';
import { AlignType, AnimationType, ActionType } from 'rc-trigger/lib/interface';
import { placements } from './placements';
Expand Down

0 comments on commit e5f234f

Please sign in to comment.