Repository URL to install this package:
|
Version:
0.2.3 ▾
|
import { IComponent } from './component';
export declare type IComponentConstructor<P> = <N extends string>(name: N) => IComponent<P, 'Base', P, {}, {}, {
__defaultName: N;
}>;