UNPKG

@yandex/ui

Version:

Yandex UI components

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