# DefaultLoader

This is the default pre loader for widgets

## Installation

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

## Signature

```tsx
const DefaultLoader: 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)
