first commit
This commit is contained in:
14
frontend/node_modules/antd/lib/back-top/index.d.ts
generated
vendored
Normal file
14
frontend/node_modules/antd/lib/back-top/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
export interface BackTopProps {
|
||||
visibilityHeight?: number;
|
||||
onClick?: React.MouseEventHandler<HTMLElement>;
|
||||
target?: () => HTMLElement | Window | Document;
|
||||
prefixCls?: string;
|
||||
children?: React.ReactNode;
|
||||
className?: string;
|
||||
rootClassName?: string;
|
||||
style?: React.CSSProperties;
|
||||
duration?: number;
|
||||
}
|
||||
declare const BackTop: React.FC<BackTopProps>;
|
||||
export default BackTop;
|
||||
Reference in New Issue
Block a user