UNPKG

@lobehub/ui

Version:

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

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