buli
2023-04-25 399b453ac2f611473885681688f6aa69029e65b8
1
2
3
4
5
6
import { LightningElement,api } from 'lwc';
 
export default class LexCustomTableInput extends LightningElement {
    @api inputValue;
    @api recordId;
}