import { CSSProperties } from "react";
import { BackTopProps } from "antd";
import { Target } from "ahooks/lib/useScroll/index.js";

//#region src/chat/BackBottom/type.d.ts
interface BackBottomProps {
  className?: string;
  onClick?: BackTopProps['onClick'];
  style?: CSSProperties;
  target: Target;
  text?: string;
  visibilityHeight?: BackTopProps['visibilityHeight'];
}
//#endregion
export { BackBottomProps };
//# sourceMappingURL=type.d.mts.map