UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

8 lines (7 loc) 258 B
export class Conjunctions { static readonly conjunctions: any; static addConjunction(name: string, conjunction: any): void; static addConjunctions(conjunctions: any): void; static getConjunction(name: string): any; static getConjunctions(): any; }