3 lines
172 B
TypeScript
3 lines
172 B
TypeScript
|
|
export { HistoryManager, getDefaultHistoryManager } from './HistoryManager';
|
||
|
|
export type { CADStateSnapshot, HistoryEntry, HistoryManagerOptions } from './HistoryManager';
|