@miguelmazetto/svelte-neutralino-adapter
Version:
Svelte Adapter for Neutralino (Desktop)
11 lines • 405 B
TypeScript
export function onNeutralino(cb: (n: NeutType) => void): void;
/**
* @param {((n: NeutType) => void)|undefined} [cb]
* @param {{ logErrors: boolean }|undefined} [options]
* @returns {any}
*/
export function initNeutralino(cb?: (n: NeutType) => void, options?: {
logErrors: boolean;
} | undefined): any;
export type NeutType = typeof import('@neutralinojs/lib');
//# sourceMappingURL=index.d.ts.map