UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 264 B
import { PatchDiffProps } from "./type.mjs"; import * as react10 from "react"; //#region src/CodeDiff/PatchDiff.d.ts declare const PatchDiff: react10.NamedExoticComponent<PatchDiffProps>; //#endregion export { PatchDiff }; //# sourceMappingURL=PatchDiff.d.mts.map