]>
Commit | Line | Data |
---|---|---|
1 | import { Component } from '@serpentity/serpentity'; | |
2 | ||
3 | /** | |
4 | * Component that stores elastic properties | |
5 | * | |
6 | * @extends {external:Serpentity.Component} | |
7 | * @class ElasticComponent | |
8 | * @param {object} config a configuration object to extend. | |
9 | */ | |
10 | export default class ElasticComponent extends Component { | |
11 | } | |
12 |