UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 343 B
export class CurrencyDenominationLabelView extends View<HTMLElement> { /** * * @param {number} value * @param {CurrencyDenominationSpec} denomination */ constructor({ value, denomination }: number); el: HTMLDivElement; } import View from "../View.js"; //# sourceMappingURL=CurrencyDenominationLabelView.d.ts.map