Let's just call it any

Static members cannot reference class type parameters.
This commit is contained in:
Tim Wang
2017-12-20 14:38:28 +08:00
committed by GitHub
parent 890cb36547
commit 71f795500c

View File

@@ -188,7 +188,7 @@ export interface TickProperties extends ViewProperties {
///////////////////////////////
export class MKComponent<P, S> extends React.Component<P, S> {
static Builder(): MKComponent<P, S>;
static Builder: any;
}
export interface MKColorStatic {