UNPKG

@dzeio/form-manager

Version:

A powerfull Form Manager

10 lines (9 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AttributeAbstract = (function () { function AttributeAbstract(input) { this.input = input; } return AttributeAbstract; }()); exports.default = AttributeAbstract;