# @react-jvectormap/argentina

A collection of JvectorMap maps of Argentina.

Available Maps:

- arMill
- arMerc

## Installation:

```
    yarn add @react-jvectormap/argentina
```

or:

```
    npm install --save @react-jvectormap/argentina
```

## Usage

```
    import { arMill } from '@react-jvectormap/argentina';
```

or:

```
    import arMill from '@react-jvectormap/argentina/dist/arMill';
```
