UNPKG

@morjs/runtime-web

Version:
9 lines (8 loc) 309 B
/** * Create fake copy action wrapper using a fake element. * @param {String} target * @param {Object} options * @return {String} * @source: copy from https://github.com/zenorocha/clipboard.js/blob/master/src/actions/copy.js */ export declare const copy: (value: any, options: any) => Promise<unknown>;