Skip to content

Commit

Permalink
Allow preload types to be used in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 26, 2024
1 parent c8793ce commit 8f6941d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main_types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
export * from './constants';
export type { DownloadManager, Download, DownloadState } from './models/DownloadManager';
export type { ElectronAPI } from './preload';
export type {
ElectronAPI,
ElectronContextMenuOptions,
InstallOptions,
GpuType,
TorchDeviceType,
PathValidationResult,
SystemPaths,
DownloadProgressUpdate,
} from './preload';

0 comments on commit 8f6941d

Please sign in to comment.