1.1.7 • Published 6 months ago

@types/react-currency-formatter v1.1.7

Weekly downloads
1,324
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-currency-formatter

Summary

This package contains type definitions for react-currency-formatter (https://github.com/xdae/react-currency-formatter).

Details

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

index.d.ts

// Type definitions for react-currency-formatter 1.1
// Project: https://github.com/xdae/react-currency-formatter
// Definitions by: Yury Pastushenko <https://github.com/pastushenkoy>
//                 Evgeniy Vasiliev <https://github.com/Jeka-Vasiliev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

interface CurrencyFormatterProps {
    quantity: number;
    currency?: string | undefined;
    locale?: string | undefined;
    pattern?: string | undefined;
    decimal?: string | undefined;
    group?: string | undefined;
    symbol?: string | undefined;
}

declare const reactCurrencyFormatter: React.ComponentClass<CurrencyFormatterProps>;
export = reactCurrencyFormatter;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:34 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Yury Pastushenko, and Evgeniy Vasiliev.

1.1.7

6 months ago

1.1.6

7 months ago

1.1.5

8 months ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago