UNPKG

crnc

Version:

currency conversion and functionality for the web

6 lines 187 B
import { LitElement } from "lit"; import themeCss from "./theme.css.js"; export class Component extends LitElement { } Component.styles = [themeCss]; //# sourceMappingURL=component.js.map