UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

5 lines (4 loc) 269 B
/** * Make visual HOC which by match exclude specified props and convert to className */ export declare const withClassnameHOC: <Props extends {} = {}, Origin extends {} = {}>(blockName: string, matchProps: Props) => import("./types").ConfigurableHOC<Props, Origin>;