Skip to content
目录

useCopyToClipboardWithoutResult

复制到剪贴板,不返回结果且自带提示。

参数

ts
function useCopyToClipboardWithoutResult(text: string): void

Released under the MIT License.