@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
10 lines (9 loc) • 319 B
text/typescript
import { ImageProps as ImageProps$1 } from "../../Image/type.mjs";
import "../../Image/index.mjs";
import { FC } from "react";
//#region src/mdx/mdxComponents/Image.d.ts
type ImageProps = ImageProps$1;
declare const Image: FC<ImageProps>;
//#endregion
export { Image, ImageProps };
//# sourceMappingURL=Image.d.mts.map