@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
9 lines • 329 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 { ImageProps, Image as default };
//# sourceMappingURL=Image.d.mts.map