Repository URL to install this package:
|
Version:
0.2.3 ▾
|
import { IReactComponent } from './reactComponent';
export declare type IDecoratorFunction<T = any, U = any> = (Component: IReactComponent<T>) => IReactComponent<U>;