@amnex/ui-atoms 0.0.6 → 1.0.6
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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ declare class AmnexTextarea implements ControlValueAccessor {
|
|
|
125
125
|
static ɵcmp: i0.ɵɵComponentDeclaration<AmnexTextarea, "amnex-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
declare const AMNEX_COMPONENTS: (typeof
|
|
128
|
+
declare const AMNEX_COMPONENTS: (typeof AmnexLabel)[];
|
|
129
129
|
|
|
130
130
|
declare class UiAtoms {
|
|
131
131
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiAtoms, never>;
|