mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Adding touch events
This commit is contained in:
parent
18695fafca
commit
0827cbdbab
1
react/react.d.ts
vendored
1
react/react.d.ts
vendored
@ -11,6 +11,7 @@ declare module "react" {
|
||||
export function renderComponentToStaticMarkup(component: Descriptor<any>): string;
|
||||
export function isValidClass(factory: Factory<any>): boolean;
|
||||
export function isValidComponent(component: Descriptor<any>): boolean;
|
||||
export function initializeTouchEvents(shouldUseTouch: boolean): void;
|
||||
|
||||
export interface Descriptor<P> {
|
||||
props: P;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user