UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

9 lines (8 loc) 218 B
interface Options { debug?: boolean; message?: string; format?: string; onCopy?: (clipboardData: object) => void; } declare function copy(text: string, options?: Options): boolean; export default copy;