Commit 587c5dd5 authored by afc163's avatar afc163

remove typescript code

parent 1a5b7aca
...@@ -6,7 +6,7 @@ const { TabPane } = Tabs; ...@@ -6,7 +6,7 @@ const { TabPane } = Tabs;
const generateId = (() => { const generateId = (() => {
let i = 0; let i = 0;
return (prefix: string = '') => { return (prefix = '') => {
i += 1; i += 1;
return `${prefix}${i}`; return `${prefix}${i}`;
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment