UNPKG
oui-kit
Version:
latest (0.42.5)
0.42.5
0.42.4
0.42.2
0.42.0
0.40.0
0.38.3
0.38.2
0.38.1
0.37.2
0.37.0
0.36.5
0.36.4
0.36.3
0.36.1
0.36.0
0.35.0
0.34.27
0.34.25
0.34.24
0.34.23
0.34.21
0.34.20
0.34.19
0.34.18
0.34.17
0.34.16
0.34.15
0.34.9
0.34.8
0.34.7
0.34.6
0.34.5
0.34.4
0.34.3
0.34.2
0.34.1
0.34.0
0.33.0
0.32.12
0.32.11
0.32.10
0.32.9
0.32.8
0.32.7
0.32.6
0.32.5
0.32.4
0.32.3
0.32.2
0.32.1
0.32.0
0.31.15
0.31.14
0.31.13
0.31.12
0.31.11
0.31.10
0.31.9
0.31.8
0.31.7
0.31.6
0.31.5
0.31.4
0.31.3
0.31.2
0.31.1
0.31.0
0.30.2
0.29.10
0.29.9
0.29.8
0.29.7
0.29.6
0.29.5
0.29.4
0.29.3
0.29.1
0.27.2
0.27.1
0.26.6
0.26.5
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
0.25.7
0.25.6
0.25.5
0.25.4
0.25.3
0.24.4
0.24.3
0.24.2
0.24.1
0.24.0
0.23.16
0.23.15
0.23.14
0.23.13
0.23.12
0.23.11
0.23.10
0.23.9
0.23.8
0.23.7
0.23.6
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.20
0.21.18
0.21.17
0.21.16
0.21.15
0.21.14
0.21.13
0.21.10
0.21.9
0.21.8
0.21.7
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
0.20.15
0.20.14
0.20.13
0.20.12
0.20.11
0.20.10
0.20.9
0.20.8
0.20.7
0.20.5
0.20.4
0.20.1
0.20.0
0.19.7
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.3
0.16.2
0.16.1
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.1
🎯 *UI toolkit with a French touch* 🇫🇷
github.com/holtwick/oui-kit
holtwick/oui-kit
oui-kit
/
dist
/
lib
/
basic
/
clipboard.d.ts
5 lines
(4 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
/**
@deprecated
use https://vueuse.org/core/useClipboard/#useclipboard */
export
declare
function
canCopy
(
):
boolean
;
/**
@deprecated
use https://vueuse.org/core/useClipboard/#useclipboard */
export
declare
function
clipboardCopy
(
text
:
string
):
Promise
<
boolean
>;