BoltElement
Sets listener to bind data received from <c-bolt-input>
and <c-bolt-form>
Import
import { BoltElement } from 'c/boltage';
Usage
export default class myLwc extends BoltElement { }
Sets listener to bind data received from <c-bolt-input>
and <c-bolt-form>
import { BoltElement } from 'c/boltage';
export default class myLwc extends BoltElement { }