@types/react-native-elevated-view
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-elevated-view

Weekly Downloads

2,755

Version

0.0.7

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types