UNPKG

@stacksjs/vite-plugin-tauri

Version:

A Vite plugin to seamlessly integrate with Tauri.

16 lines (11 loc) 276 B
import type { MenuOptions } from '@tauri-apps/api/menu'; export type { MenuOptions } export declare interface TauriConfig { systemTray?: { enabled?: boolean menu?: MenuOptions menuOnLeftClick?: boolean useAppIcon?: boolean } [key: string]: unknown }