ant-design-vue/tests/__mocks__/copy-to-clipboard.js
tangjinzhou b0025d9e79
feat: add typography (#3807)
* feat: add typography

* fix: review typography

* fix: review typography

* feat: update typography

* feat: update typography

* fix: typography

* test: update typography

Co-authored-by: zkwolf <chenhao5866@gmail.com>
2021-03-16 12:54:22 +08:00

6 lines
67 B
JavaScript

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