@yandex/ui
Version:
Yandex UI components
6 lines (5 loc) • 313 B
JavaScript
import { compose } from '@bem-react/core';
import { withRegistry } from '@bem-react/di';
import { userPicRegistry } from './UserPic_hasCamera.registry/touch-phone';
import { withCamera as withCameraBase } from './UserPic_hasCamera';
export var withCamera = compose(withRegistry(userPicRegistry), withCameraBase);