UNPKG

fonteva-design-guide

Version:

## Dev, Build and Test

25 lines (20 loc) 439 B
import { api, track } from 'lwc'; import PFM_Element from 'c/pfmElement'; export default class PfmA extends PFM_Element { // A @api href; @api target; @api download; @api hreflang; @api ping; @api rel; @api type; // label @api label; constructor() { super(); } renderedCallback() { super.initializeElement(this, super.__proto__, 'a'); } }