UNPKG

sdhandler

Version:
10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Button = void 0; class Button { constructor(options) { Object.assign(this, options); } } exports.Button = Button;