UNPKG

tdesign-vue-next

Version:
8 lines (7 loc) 198 B
interface Options { message?: string; format?: string; onCopy?: (clipboardData: object) => void; } declare const copy: (text: string, options?: Options) => boolean; export default copy;