UNPKG
@hopeio/utils
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
javascript utils
github.com/hopeio/diamond
hopeio/diamond
@hopeio/utils
/
dist
/
directives
/
copy
/
index.d.ts
7 lines
(6 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Directive
}
from
'vue'
;
export
interface
CopyEl
extends
HTMLElement
{
copyValue
:
string
; }
/** 文本复制指令(默认双击复制) */
export
declare
const
copy
:
Directive
;