File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 5
5
import { AntdComponent } from './component' ;
6
6
7
7
export declare class BackTop extends AntdComponent {
8
- /**
9
- * specifies the scrollable area dom node
10
- * @default () => window
11
- * @type Function
12
- */
13
- target : ( ) => HTMLElement ;
8
+ $props : {
9
+ /**
10
+ * specifies the scrollable area dom node
11
+ * @default () => window
12
+ * @type Function
13
+ */
14
+ target ?: ( ) => HTMLElement ;
14
15
15
- /**
16
- * the BackTop button will not show until the scroll height reaches this value
17
- * @default 400
18
- * @type number
19
- */
20
- visibilityHeight : number ;
16
+ /**
17
+ * the BackTop button will not show until the scroll height reaches this value
18
+ * @default 400
19
+ * @type number
20
+ */
21
+ visibilityHeight ?: number ;
22
+ } ;
21
23
}
You can’t perform that action at this time.
0 commit comments