Skip to content

Commit ea9e47b

Browse files
committed
chore: of it
1 parent 2d376b1 commit ea9e47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/UniqueProvider/FloatBg.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ import useOffsetStyle from '../hooks/useOffsetStyle';
33
import classNames from 'classnames';
44
import CSSMotion from '@rc-component/motion';
55
import type { CSSMotionProps } from '@rc-component/motion';
6+
import type { AlignType } from '../interface';
67

78
export interface FloatBgProps {
89
prefixCls: string; // ${prefixCls}-float-bg
910
isMobile: boolean;
1011
ready: boolean;
1112
open: boolean;
12-
align: any;
13+
align: AlignType;
1314
offsetR: number;
1415
offsetB: number;
1516
offsetX: number;

0 commit comments

Comments
 (0)