UNPKG

@lobehub/ui

Version:

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

4 lines 238 B
import { CodeDiffProps, DiffViewMode, PatchDiffProps } from "./type.mjs"; import { CodeDiff } from "./CodeDiff.mjs"; import { PatchDiff } from "./PatchDiff.mjs"; export { CodeDiff, CodeDiffProps, DiffViewMode, PatchDiff, PatchDiffProps };