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 4009ae4 commit 7c80b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PopupInner.tsx
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';

interface PopupInnerProps {
prefixCls: string;
Expand Down
2 changes: 1 addition & 1 deletion src/context.ts
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';

interface TriggerContextProps {
onPopupMouseDown: React.MouseEventHandler<HTMLElement>;
Expand Down
2 changes: 1 addition & 1 deletion src/mock.tsx
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { generateTrigger } from './index';

interface MockPortalProps {
Expand Down

0 comments on commit 7c80b52

Please sign in to comment.