> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Component type

> Component API documentation

# Component

## Signature

```typescript theme={null}
type Component = {
  name: string;
  [key: string]: any;
};
```
