UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

16 lines (15 loc) 444 B
import { CSSProperties } from "react"; import { BackTopProps } from "antd"; import { Target } from "ahooks/lib/useScroll"; //#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