0.2.7 • Published 5 months ago

@types/react-native-qrcode v0.2.7

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

Installation

npm install --save @types/react-native-qrcode

Summary

This package contains type definitions for react-native-qrcode (https://github.com/cssivision/react-native-qrcode).

Details

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

index.d.ts

// Type definitions for react-native-qrcode 0.2
// Project: https://github.com/cssivision/react-native-qrcode
// Definitions by: York Yao <https://github.com/plantain-00>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export default class QRCode extends React.Component<QRCodeProperties> { }

export interface QRCodeProperties {
  value?: string | undefined;
  size?: number | undefined;
  bgColor?: string | undefined;
  fgColor?: string | undefined;
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 22:41:15 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by York Yao.

0.2.7

5 months ago

0.2.6

6 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

3 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago