UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 207 B
import { type Ref } from 'react'; import type { AProps } from "../types"; declare const A: import("react").NamedExoticComponent<AProps & { ref?: Ref<HTMLAnchorElement> | undefined; }>; export default A;