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 7f4d92e commit 26f6168Copy full SHA for 26f6168
docs/examples/case.tsx
@@ -2,8 +2,8 @@
2
3
import React from 'react';
4
import type { CSSMotionProps } from 'rc-motion';
5
-import type { BuildInPlacements } from '@/index';
6
-import Trigger from '@/index';
+import type { BuildInPlacements } from 'rc-trigger';
+import Trigger from 'rc-trigger';
7
import './case.less';
8
9
const builtinPlacements: BuildInPlacements = {
docs/examples/click-nested.jsx
@@ -1,7 +1,7 @@
1
/* eslint no-console:0 */
-import Trigger from '../../src';
import '../../assets/index.less';
const builtinPlacements = {
0 commit comments