UNPKG

@hypernetlabs/objects

Version:
11 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Theme = void 0; class Theme { constructor(light, dark) { this.light = light; this.dark = dark; } } exports.Theme = Theme; //# sourceMappingURL=Theme.js.map