UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

9 lines (8 loc) 250 B
export default class DefaultFormGenerator { /** * Generates default form for the wizard framework. * * The form consists of a single step, which contains one text area for the description. */ static generateForm(): any; }