Skip to content

Instantly share code, notes, and snippets.

View Pajn's full-sized avatar

Rasmus Eneman Pajn

View GitHub Profile
@Pajn
Pajn / react-native.d.ts
Last active September 25, 2015 06:42 — forked from bparadie/react-native.d.ts
Incomplete react-native.d.ts, requires react.d.ts from DefinitelyTyped
declare module "react-native" {
import * as React from 'react';
import {ComponentClass, ReactType, ReactNode, ReactElement} from 'react';
export * from 'react';
/**
* Represents the completion of an asynchronous operation
* @see lib.es6.d.ts