suis 0.32.0 → 0.32.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,10 @@
|
|
1
|
+
import { SuisColor } from '../../types/suis-color.type';
|
1
2
|
import * as i0 from "@angular/core";
|
2
3
|
export declare class SuisDividerComponent {
|
4
|
+
/**
|
5
|
+
* Sets the color of the divider. Type of SuisColor. By default set to 'tertiary'.
|
6
|
+
*/
|
7
|
+
color: SuisColor;
|
3
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SuisDividerComponent, never>;
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SuisDividerComponent, "suis-divider", never, {}, {}, never, never, true, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SuisDividerComponent, "suis-divider", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
5
10
|
}
|