UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 236 B
import { AProps } from "../types/index.mjs"; import { FC, Ref } from "react"; //#region src/A/index.d.ts declare const A: FC<AProps & { ref?: Ref<HTMLAnchorElement>; }>; //#endregion export { A }; //# sourceMappingURL=index.d.mts.map