// Type definitions for gl-react-native 3.15 // Project: https://github.com/gre/gl-react, https://github.com/projectseptemberinc/gl-react-native // Definitions by: Jussi Kinnula // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import * as glReact from 'gl-react'; import { GLViewNative, GLViewNativeProps } from './GLViewNative'; export interface SurfaceProps extends glReact.SurfaceProps, GLViewNativeProps {} export class Surface extends glReact.Surface { props: SurfaceProps; }