[react-native-modalbox] Correct header for typescript version

This commit is contained in:
Kyle Roach
2017-06-23 14:07:59 -04:00
parent 95e2380571
commit 9bc7713c8e

View File

@@ -2,12 +2,12 @@
// Project: https://github.com/maxs15/react-native-modalbox#readme
// Definitions by: Kyle Roach <https://github.com/me>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Typescript Version: 2.3.3
// TypeScript Version: 2.3
import * as React from 'react';
import { ViewProperties } from 'react-native';
interface ModalProps extends ViewProperties {
export interface ModalProps extends ViewProperties {
/**
* Checks if the modal is open
*