Skip to content

Commit b62549d

Browse files
committed
chore: add react
1 parent aafe91a commit b62549d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Popup/Mask.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import classNames from 'classnames';
22
import type { CSSMotionProps } from 'rc-motion';
33
import CSSMotion from 'rc-motion';
4+
import * as React from 'react';
45

56
export interface MaskProps {
67
prefixCls: string;

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "esnext",
44
"moduleResolution": "node",
55
"baseUrl": "./",
6-
"jsx": "preserve",
6+
"jsx": "react",
77
"declaration": true,
88
"skipLibCheck": true,
99
"esModuleInterop": true,

0 commit comments

Comments
 (0)