Skip to content

Commit 6509c4a

Browse files
Update src/context.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 48e70fd commit 6509c4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/context.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export interface UniqueShowOptions {
2020
popupClassName?: string;
2121
popupStyle?: React.CSSProperties;
2222
popupPlacement?: string;
23-
builtinPlacements?: any;
24-
popupAlign?: any;
23+
builtinPlacements?: BuildInPlacements;
24+
popupAlign?: AlignType;
2525
zIndex?: number;
2626
mask?: boolean;
2727
maskClosable?: boolean;
28-
popupMotion?: any;
29-
maskMotion?: any;
30-
arrow?: any;
28+
popupMotion?: CSSMotionProps;
29+
maskMotion?: CSSMotionProps;
30+
arrow?: boolean | ArrowTypeOuter;
3131
getPopupContainer?: TriggerProps['getPopupContainer'];
3232
}
3333

0 commit comments

Comments
 (0)