UNPKG

path-framework-weberm16

Version:
13 lines (10 loc) 229 B
import * as path from '../../../path'; export class ButtonDetail { private _text:string; get text():string { return this._text; } set text(value:string) { this._text = value; } }