ant-design-vue/tests/__mocks__/copy-to-clipboard.js

6 lines
67 B
JavaScript

function copy(str) {
copy.lastStr = str;
}
export default copy;