mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* Change V1 links to V2 site * update lockfile --------- Co-authored-by: Lucas Nogueira <118899497+lucasfernog-crabnebula@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
18 lines
588 B
TypeScript
18 lines
588 B
TypeScript
// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
export * from './menu/submenu'
|
|
export * from './menu/menuItem'
|
|
export * from './menu/menu'
|
|
export * from './menu/checkMenuItem'
|
|
export * from './menu/iconMenuItem'
|
|
export * from './menu/predefinedMenuItem'
|
|
|
|
/**
|
|
* Menu types and utilities.
|
|
*
|
|
* This package is also accessible with `window.__TAURI__.menu` when [`app.withGlobalTauri`](https://v2.tauri.app/reference/config/#withglobaltauri) in `tauri.conf.json` is set to `true`.
|
|
* @module
|
|
*/
|