UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 215 B
import './Menu_view_default.css'; export interface IModMenuViewDefault { view?: 'default'; } export declare const withModMenuViewDefault: import("../../../lib/compose").ConfigurableHOC<IModMenuViewDefault, {}>;