import { registerComponent } from 'nornj'; import { Skeleton } from 'antd'; registerComponent({ 'ant-Skeleton': Skeleton }); export default Skeleton;