# BaseComponent

`class` in `core` · v0.1.0-next.5

<https://docs.seedcord.org/packages/core/0.1.0-next.5/classes/base-component>

Base class for Discord component wrappers.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `BaseComponent` class.

```ts
abstract class BaseComponent<TComponent>
```
