@propbinder/mobile-design 0.2.30 → 0.2.31
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
CHANGED
|
@@ -1158,7 +1158,7 @@ declare class DsMobileContentComponent {
|
|
|
1158
1158
|
*/
|
|
1159
1159
|
declare class SectionHeaderComponent {
|
|
1160
1160
|
/** Width of the header placeholder */
|
|
1161
|
-
width: _angular_core.InputSignal<"
|
|
1161
|
+
width: _angular_core.InputSignal<"half" | "third" | "full">;
|
|
1162
1162
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionHeaderComponent, never>;
|
|
1163
1163
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionHeaderComponent, "section-header", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1164
1164
|
}
|