UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 269 B
import { withRegistry } from '@bem-react/di'; import { Showcase as ShowcaseCommon } from './Showcase'; import { showcaseRegistry } from './Showcase.registry/touch-phone'; export * from './Showcase'; export var Showcase = withRegistry(showcaseRegistry)(ShowcaseCommon);