UNPKG

@miguelmazetto/svelte-neutralino-adapter

Version:
11 lines 405 B
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