Interface DevfiveComponent<T, P>

interface DevfiveComponent<T, P> {
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<any>;
    displayName?: string;
    id?: string;
    propTypes?: WeakValidationMap<any>;
    <AsComponent>(props): Element;
}

Type Parameters

Hierarchy (view full)

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<any>
displayName?: string
id?: string
propTypes?: WeakValidationMap<any>

Generated using TypeDoc