feat(BackTop): mark component as deprecated in favor of FloatButton.BackTop (#56371)

This commit is contained in:
Guo Yunhe
2025-12-26 14:08:41 +08:00
committed by GitHub
parent a2aadb3fa8
commit 56ff32425e

View File

@@ -25,6 +25,9 @@ export interface BackTopProps {
duration?: number;
}
/**
* @deprecated Please use `FloatButton.BackTop` instead.
*/
const BackTop: React.FC<React.PropsWithChildren<BackTopProps>> = (props) => {
const {
prefixCls: customizePrefixCls,