We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafe91a commit b62549dCopy full SHA for b62549d
src/Popup/Mask.tsx
@@ -1,6 +1,7 @@
1
import classNames from 'classnames';
2
import type { CSSMotionProps } from 'rc-motion';
3
import CSSMotion from 'rc-motion';
4
+import * as React from 'react';
5
6
export interface MaskProps {
7
prefixCls: string;
tsconfig.json
@@ -3,7 +3,7 @@
"target": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
- "jsx": "preserve",
+ "jsx": "react",
"declaration": true,
8
"skipLibCheck": true,
9
"esModuleInterop": true,
0 commit comments