mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 10:44:33 +00:00
Adding touch events
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user