UNPKG

fonteva-design-guide

Version:

## Dev, Build and Test

8 lines (6 loc) 195 B
import { LightningElement, api } from 'lwc'; export default class PfmPageInstructions extends LightningElement { @api pageName = ''; @api name = ''; @api instructions = ''; }