import { LightningElement,api } from 'lwc'; export default class LexCustomTableInput extends LightningElement { @api inputValue; @api recordId; }