UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 279 B
import { BackBottomProps } from "./type.mjs"; import * as react117 from "react"; //#region src/chat/BackBottom/BackBottom.d.ts declare const BackBottom: react117.NamedExoticComponent<BackBottomProps>; //#endregion export { BackBottom }; //# sourceMappingURL=BackBottom.d.mts.map