UNPKG

@lobehub/ui

Version:

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

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