mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
9aec72c395
* chore: remove useless tsx support * add * add * style * fix lint * fix lint * fix lint * update locale entry * update locale entry * update locale entry * delete useless style
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
/* eslint import/no-unresolved: 0 */
|
|
// @ts-ignore
|
|
import version from './version';
|
|
|
|
export default version;
|