UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 247 B
import { withRegistry } from '@bem-react/di'; import { Attach as AttachCommon } from './Attach'; import { attachRegistry } from './Attach.registry/desktop'; export * from './Attach'; export var Attach = withRegistry(attachRegistry)(AttachCommon);