@pipi-kit/ui 1.0.10 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -107,6 +107,7 @@ var Image2__default = /*#__PURE__*/_interopDefault(Image2);
|
|
|
107
107
|
var Dropzone__default = /*#__PURE__*/_interopDefault(Dropzone);
|
|
108
108
|
var RechartsPrimitive__namespace = /*#__PURE__*/_interopNamespace(RechartsPrimitive);
|
|
109
109
|
|
|
110
|
+
// src/hooks/use-copy-to-clipboard.ts
|
|
110
111
|
function useCopyToClipboard({
|
|
111
112
|
text,
|
|
112
113
|
copyMessage = "Copied to clipboard!"
|