/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/api/src/menu.ts
17 строк
588 B
Tillmann
Change V1 links to V2 site (#11111)
24 сен 2024, 14:09
Не верифицирован
24 сен 2024, 14:09
e08c4e6
Код
Авторство
О чём код?
// 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 */