mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
bdabee4db4
Co-authored-by: kanweiwei <kanweiwei@nutstore.net>
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
function copy(str, options = {}) {
|
|
copy.lastStr = str;
|
|
copy.lastOptions = options;
|
|
}
|
|
|
|
export default copy;
|