chore: added deprecation notice

This commit is contained in:
Shivam Mishra
2024-07-01 13:51:44 +05:30
parent 7ce0b4fad5
commit 11155b755d
@@ -2,6 +2,7 @@ import { emitter } from 'shared/helpers/mitt';
/**
* Writes a text string to the system clipboard.
* @deprecated This will be removed in the future. Use `https://vueuse.org/core/useClipboard/` instead.
*
* @async
* @param {string} text text to be written to the clipboard