mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
307 B
TypeScript
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 };
|