@ray-js/smart-ui 2.6.2-beta-1 → 2.6.2-beta-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.
|
@@ -16,6 +16,12 @@ export interface SmartCellGroupProps {
|
|
|
16
16
|
* @default true
|
|
17
17
|
*/
|
|
18
18
|
border?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @description 圆角卡片风格时的圆角值
|
|
21
|
+
* @version 2.6.2
|
|
22
|
+
* @default
|
|
23
|
+
*/
|
|
24
|
+
insetBorderRadius?: number | string;
|
|
19
25
|
}
|
|
20
26
|
export type SmartCellGroupExternalClassName = SmartBaseExternalClassName;
|
|
21
27
|
export type SmartCellGroup = SmartComponent<SmartCellGroupProps, {}, SmartCellGroupExternalClassName>;
|
|
@@ -16,6 +16,12 @@ export interface SmartCellGroupProps {
|
|
|
16
16
|
* @default true
|
|
17
17
|
*/
|
|
18
18
|
border?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @description 圆角卡片风格时的圆角值
|
|
21
|
+
* @version 2.6.2
|
|
22
|
+
* @default
|
|
23
|
+
*/
|
|
24
|
+
insetBorderRadius?: number | string;
|
|
19
25
|
}
|
|
20
26
|
export type SmartCellGroupExternalClassName = SmartBaseExternalClassName;
|
|
21
27
|
export type SmartCellGroup = SmartComponent<SmartCellGroupProps, {}, SmartCellGroupExternalClassName>;
|