cloud-ide-lms-model 1.0.43 → 1.0.44
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.
|
@@ -21,7 +21,7 @@ export type iconType = "round" | "box" | "none";
|
|
|
21
21
|
* @description type of input style like solid, outline or none
|
|
22
22
|
* @example solid: solid border and background color, outline: border with outline, none: no border
|
|
23
23
|
*/
|
|
24
|
-
export type
|
|
24
|
+
export type elementStyleType = "solid" | "outline" | "none";
|
|
25
25
|
export interface MRequestMiddelware {
|
|
26
26
|
Validate?: Function;
|
|
27
27
|
}
|