# MapTileLoader

Map tile loader component using SkeletonLoader

## Installation

```tsx
import { MapTileLoader } from 'uxp/components';
```

## Signature

```tsx
const MapTileLoader: React.FunctionComponent<IWidgetPreloaderLoaderProps>
```

## Properties

| Name     | Type            | Mandatory | Default Value | Example Value |
| -------- | --------------- | --------- | ------------- | ------------- |
| children | React.ReactNode | No        | -             | -             |

## Related Types

* [IWidgetPreloaderLoaderProps](https://help.iviva.com/uxp/v5/additional-resources/types/iwidgetpreloaderloaderprops)
