UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 210 B
import './Menu_view_action.css'; export interface IModMenuViewAction { view?: 'action'; } export declare const withModMenuViewAction: import("../../../lib/compose").ConfigurableHOC<IModMenuViewAction, {}>;