UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 218 B
import './Button_view_action.css'; export interface IModButtonViewAction { view?: 'action'; } export declare const withModButtonViewAction: import("../../../lib/compose").ConfigurableHOC<IModButtonViewAction, {}>;