source:
node_modules/react-copy-to-clipboard/src/index.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | |
2 | const {CopyToClipboard} = require('./Component'); |
3 | |
4 | |
5 | CopyToClipboard.CopyToClipboard = CopyToClipboard; |
6 | module.exports = CopyToClipboard; |
Note:
See TracBrowser
for help on using the repository browser.