angular-tailwind-components 1.1.1 → 1.1.2
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/package.json
CHANGED
|
@@ -306,6 +306,7 @@ declare class TailwindTitle extends TailwindComponent {
|
|
|
306
306
|
/** HTML heading element */
|
|
307
307
|
readonly titleTag: _angular_core.InputSignal<TailwindTitleTag>;
|
|
308
308
|
readonly headingClasses: _angular_core.Signal<string>;
|
|
309
|
+
readonly iconSize: _angular_core.Signal<number>;
|
|
309
310
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TailwindTitle, never>;
|
|
310
311
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TailwindTitle, "tailwind-title", never, { "text": { "alias": "text"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "titleTag": { "alias": "titleTag"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
311
312
|
}
|