UNPKG

armisa-models

Version:
13 lines (12 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelfButton = void 0; class SelfButton { get properties() { return this._properties; } set properties(value) { this._properties = value; } } exports.SelfButton = SelfButton;