mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
d6aa3aaf10
* refactor: rewrite header by FunctionComponent * refactor: rewrite footer by FunctionComponent * fix: strong type * refactor: rewrite IconDisplay & PicSearcher & Category by FunctionComponent * style: formatting * pref: add useCallback/useMemo * refactor: use typescript refactor javascript * fix: remove string * fix: fix eslint * test: migrate part of Descriptions tests * test: migrate part of Descriptions tests * test: migrate part of Descriptions tests
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import demoTest from '../../../tests/shared/demoTest';
|
|
|
|
demoTest('descriptions');
|