UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 258 B
import { withRegistry } from '@bem-react/di'; import { userPicRegistry } from './UserPic.registry/touch-pad'; import { UserPic as UserPicCommon } from './UserPic'; export * from './UserPic'; export var UserPic = withRegistry(userPicRegistry)(UserPicCommon);