mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
|
function copy(str) {
|
||
|
copy.lastStr = str;
|
||
|
}
|
||
|
|
||
|
export default copy;
|