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 48e70fd commit 6509c4aCopy full SHA for 6509c4a
src/context.ts
@@ -20,14 +20,14 @@ export interface UniqueShowOptions {
20
popupClassName?: string;
21
popupStyle?: React.CSSProperties;
22
popupPlacement?: string;
23
- builtinPlacements?: any;
24
- popupAlign?: any;
+ builtinPlacements?: BuildInPlacements;
+ popupAlign?: AlignType;
25
zIndex?: number;
26
mask?: boolean;
27
maskClosable?: boolean;
28
- popupMotion?: any;
29
- maskMotion?: any;
30
- arrow?: any;
+ popupMotion?: CSSMotionProps;
+ maskMotion?: CSSMotionProps;
+ arrow?: boolean | ArrowTypeOuter;
31
getPopupContainer?: TriggerProps['getPopupContainer'];
32
}
33
0 commit comments