mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Let's just call it any
Static members cannot reference class type parameters.
This commit is contained in:
2
types/react-native-material-kit/index.d.ts
vendored
2
types/react-native-material-kit/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user