UNPKG

@dzeio/form-manager

Version:

A powerfull Form Manager

9 lines (8 loc) 346 B
import AttributeIdentity from './Interfaces/AttributeIdentity'; import AttributeAbstract from './AttributeAbstract'; import AttributeListeners from "./AttributeListeners"; export default class RegexAttribute extends AttributeAbstract { trigger(): boolean; static listeners: AttributeListeners[]; static identity: AttributeIdentity; }