import {ExComponent} from '../ExComponent.js' export abstract class LogicalComponent extends ExComponent { protected static styles = ` ` public value(): string { return this.innerText.trim() } }