mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
parent
e48bb3edff
commit
4f88c3fb94
6
.changes/api-clipboard-export.md
Normal file
6
.changes/api-clipboard-export.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"api": patch
|
||||
---
|
||||
|
||||
|
||||
`bundle` now exports `clipboard` module so you can `import { clipboard } from "@tauri-apps/api"`.
|
@ -7,6 +7,7 @@
|
||||
import 'regenerator-runtime/runtime'
|
||||
import * as app from './app'
|
||||
import * as cli from './cli'
|
||||
import * as clipboard from './clipboard'
|
||||
import * as dialog from './dialog'
|
||||
import * as event from './event'
|
||||
import * as fs from './fs'
|
||||
@ -24,6 +25,7 @@ const invoke = tauri.invoke
|
||||
export {
|
||||
app,
|
||||
cli,
|
||||
clipboard,
|
||||
dialog,
|
||||
event,
|
||||
fs,
|
||||
|
Loading…
Reference in New Issue
Block a user