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 6292e36 commit b40cac2Copy full SHA for b40cac2
docs/examples/inside.tsx
@@ -1,7 +1,7 @@
1
/* eslint no-console:0 */
2
import React from 'react';
3
import '../../assets/index.less';
4
-import Trigger, { BuildInPlacements } from '../../src';
+import Trigger, { type BuildInPlacements } from '../../src';
5
6
const experimentalConfig = {
7
_experimental: {
package.json
@@ -47,9 +47,10 @@
47
"@types/jest": "^29.5.2",
48
"@types/react": "^18.0.0",
49
"@types/react-dom": "^18.0.11",
50
+ "@umijs/fabric": "^4.0.1",
51
"cross-env": "^7.0.1",
52
"dumi": "^2.1.0",
- "eslint": "^7.0.0",
53
+ "eslint": "^8.51.0",
54
"father": "^4.0.0",
55
"less": "^3.10.3",
56
"np": "^8.0.4",
0 commit comments