@stemy/ngx-dynamic-form 19.9.9 → 19.9.10
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.
|
@@ -4,6 +4,6 @@ import { DynamicFormArrayComponent } from "./components/dynamic-form-array/dynam
|
|
|
4
4
|
import { DynamicFormChipsComponent } from "./components/dynamic-form-chips/dynamic-form-chips.component";
|
|
5
5
|
import { DynamicFormTranslationComponent } from "./components/dynamic-form-translation/dynamic-form-translation.component";
|
|
6
6
|
import { DynamicFormAlertComponent } from "./components/dynamic-form-alert/dynamic-form-alert.component";
|
|
7
|
-
export declare const components: (typeof
|
|
7
|
+
export declare const components: (typeof DynamicFormComponent | typeof DynamicFormArrayComponent | typeof DynamicFormChipsComponent | typeof DynamicFormTranslationComponent | typeof DynamicFormAlertComponent)[];
|
|
8
8
|
export declare const directives: Type<any>[];
|
|
9
9
|
export declare const pipes: Type<any>[];
|