@ostack.tech/ui-kform-scaffolder 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,4 +5,5 @@ export declare const DEFAULT_ACTIVE_PATH_SEARCH_PARAM = "activePath";
5
5
  export declare function scaffoldAppComponent(schematic: Schematic, data: ReactAppData): void;
6
6
  export declare function scaffoldAnnexes(layout: LayoutAnnex[], data: ReactAppData): string;
7
7
  export declare function scaffoldAnnex(annex: LayoutAnnex, data: ReactAppData): string;
8
+ export declare function scaffoldFormPages(annex: LayoutAnnex, data: ReactAppData): string;
8
9
  export declare function scaffoldFormPage(annex: LayoutAnnex, formPage: LayoutFormPage, data: ReactAppData): string;