0.0.7 • Published 5 months ago

@types/react-native-elevated-view v0.0.7

Weekly downloads
331
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/react-native-elevated-view

Summary

This package contains type definitions for react-native-elevated-view (https://github.com/alekhurst/react-native-elevated-view).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-elevated-view.

index.d.ts

// Type definitions for react-native-elevated-view 0.0
// Project: https://github.com/alekhurst/react-native-elevated-view
// Definitions by: fhelwanger <https://github.com/fhelwanger>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';
import * as ReactNative from 'react-native';

export interface ElevatedViewProperties extends ReactNative.ViewProps {
    elevation?: number | undefined;
}

export default class ElevatedView extends React.Component<ElevatedViewProperties> {}

Additional Details

Credits

These definitions were written by fhelwanger.

0.0.7

5 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.6

6 months ago

0.0.3

3 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago