mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +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
9 lines
152 B
TypeScript
Executable File
9 lines
152 B
TypeScript
Executable File
import warning from '../_util/warning';
|
|
|
|
const Icon: React.FC = () => {
|
|
warning(false, 'Icon', 'Empty Icon');
|
|
return null;
|
|
};
|
|
|
|
export default Icon;
|