UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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;