UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 187 B
/// <reference types="react" /> import type { BackBottomProps } from './type'; declare const BackBottom: import("react").NamedExoticComponent<BackBottomProps>; export default BackBottom;