]>
Commit | Line | Data |
---|---|---|
3100e053 RBR |
1 | import { Component } from '@serpentity/serpentity'; |
2 | ||
3 | /** | |
4 | * Component that stores points in arbitrary labels | |
5 | * | |
6 | * @extends {external:Serpentity.Component} | |
7 | * @class PointsComponent | |
8 | * @param {object} config a configuration object to extend. | |
9 | */ | |
10 | export default class PointsComponent extends Component {}; | |
11 |