Skip to content

Documentation / @geoverse/react / UseVersionDiff

Interface: UseVersionDiff

Defined in: react/src/hooks/history.ts:77

Properties

diff

ts
diff: VersionDiff | null;

Defined in: react/src/hooks/history.ts:78


error

ts
error: Error | null;

Defined in: react/src/hooks/history.ts:80


loading

ts
loading: boolean;

Defined in: react/src/hooks/history.ts:79