Repository URL to install this package:
|
Version:
0.2.3 ▾
|
import { IApiComponent } from './apiComponent';
import { IComponent } from './component';
export declare type ICompositeComponent<P = any, S = any, OP = any, EX = any, SX = any, XP = any> = IComponent<P, S, OP, EX, SX, XP> & IApiComponent<P, S, OP, EX, SX, XP>;