UNPKG

@plotinus/matrix-package-calculator

Version:

Calculator components for the Matrix framework - basic arithmetic operations with UI

10 lines (9 loc) 300 B
export { CalculatorComponent } from './calculator.component.js'; export { CalculatorPresentationElement } from '../../presentation/calculator-presentation.js'; export declare const componentInfo: { name: string; tag: string; type: string; version: string; description: string; };