UNPKG

@reallyland/really-elements

Version:

A collection of opinionated custom elements for the web

11 lines 504 B
import { __decorate } from "tslib"; import { customElement } from 'lit/decorators.js'; import { CodeConfigurator } from './code-configurator.js'; import { reallyCodeConfiguratorLocalName } from './constants.js'; let ReallyCodeConfigurator = class ReallyCodeConfigurator extends CodeConfigurator { }; ReallyCodeConfigurator = __decorate([ customElement(reallyCodeConfiguratorLocalName) ], ReallyCodeConfigurator); export { ReallyCodeConfigurator }; //# sourceMappingURL=really-code-configurator.js.map