UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 190 B
/// <reference types="react" /> import { AProps } from "../types"; declare const A: import("react").ForwardRefExoticComponent<AProps & import("react").RefAttributes<any>>; export default A;