UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 457 B
export class CompositeCurrencyLabelView extends View<HTMLElement> { /** * * @param {ObservedInteger} value * @param {CurrencyDisplaySpec} spec * @param {string[]} [classList] */ constructor({ value, spec, classList }: ObservedInteger); el: HTMLDivElement; value: ObservedInteger; spec: ObservedInteger; update(): void; } import View from "../View.js"; //# sourceMappingURL=CompositeCurrencyLabelView.d.ts.map