Skip to content

Commit 948c859

Browse files
committed
chore: fix ts
1 parent 5e9bcf0 commit 948c859

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/context.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import * as React from 'react';
2+
import type { CSSMotionProps } from '@rc-component/motion';
23
import type { TriggerProps } from './index';
4+
import type { AlignType, ArrowTypeOuter, BuildInPlacements } from './interface';
35

46
// ===================== Nest =====================
57
export interface TriggerContextProps {

0 commit comments

Comments
 (0)