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

0.2.7 • Public • Published

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

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, 21 Dec 2023 19:06:51 GMT
  • Dependencies: @types/react

Credits

These definitions were written by York Yao.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/react-native-qrcode

    Weekly Downloads

    254

    Version

    0.2.7

    License

    MIT

    Unpacked Size

    3.26 kB

    Total Files

    5

    Last publish

    Collaborators

    • types