DefinitelyTyped/types/gl-react-native/index.d.ts
2018-11-06 16:46:36 +02:00

9 lines
307 B
TypeScript

// Type definitions for gl-react-native 3.15
// Project: https://github.com/gre/gl-react
// Definitions by: Jussi Kinnula <https://github.com/jussikinnula>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { Surface } from 'gl-react';
export { Surface };