react-elegant-ui
Version:
Elegant UI components, made by BEM best practices for react
5 lines • 296 B
JavaScript
import { withRegistry } from '../../../lib/di';
import { TabsPanes as TabsPanesBase } from '../TabsPanes@desktop';
import { TabsPanesDesktopRegistry } from '../TabsPanes.registry/desktop';
export * from '../TabsPanes';
export var TabsPanes = withRegistry(TabsPanesDesktopRegistry)(TabsPanesBase);