UNPKG
@phosphor/domutils
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
PhosphorJS - DOM Utilities
github.com/phosphorjs/phosphor
phosphorjs/phosphor
@phosphor/domutils
/
lib
/
clipboard.d.ts
12 lines
(11 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * The namespace for clipboard related functionality. */
export
declare
namespace
ClipboardExt
{
/** * Copy text to the system clipboard. * *
@param
text
- The text to copy to the clipboard. */
function
copyText
(
text
:
string
):
void
; }