@yandex/ui
Version:
Yandex UI components
7 lines (6 loc) • 296 B
JavaScript
import { withRegistry } from '@bem-react/di';
import { userPicRegistry } from './UserPic.registry/touch-phone';
import { UserPic as UserPicCommon } from './UserPic';
import './UserPic@touch-phone.css';
export * from './UserPic';
export var UserPic = withRegistry(userPicRegistry)(UserPicCommon);