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 5e9bcf0 commit 948c859Copy full SHA for 948c859
src/context.ts
@@ -1,5 +1,7 @@
1
import * as React from 'react';
2
+import type { CSSMotionProps } from '@rc-component/motion';
3
import type { TriggerProps } from './index';
4
+import type { AlignType, ArrowTypeOuter, BuildInPlacements } from './interface';
5
6
// ===================== Nest =====================
7
export interface TriggerContextProps {
0 commit comments