mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
[react-native-modalbox] Correct header for typescript version
This commit is contained in:
4
types/react-native-modalbox/index.d.ts
vendored
4
types/react-native-modalbox/index.d.ts
vendored
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user