* feat: explore plugins from the npm repository and install them remotely * refactor: clean out redundant codes * chore: only show update button on different version
11 lines
197 B
TypeScript
11 lines
197 B
TypeScript
export {};
|
|
|
|
declare const PLUGIN_CATALOGS: string[];
|
|
declare global {
|
|
interface Window {
|
|
electronAPI?: any | undefined;
|
|
corePlugin?: any | undefined;
|
|
coreAPI?: any | undefined;
|
|
}
|
|
}
|