@limetech/limepkg-cpq-order 2.12.2 → 2.12.4
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/dist/components.d.ts
CHANGED
|
@@ -98,7 +98,6 @@ export namespace Components {
|
|
|
98
98
|
"platform": LimeWebComponentPlatform;
|
|
99
99
|
}
|
|
100
100
|
interface CocDynamicProperties {
|
|
101
|
-
"columns"?: number;
|
|
102
101
|
/**
|
|
103
102
|
* The context this component belongs to
|
|
104
103
|
*/
|
|
@@ -589,7 +588,6 @@ declare namespace LocalJSX {
|
|
|
589
588
|
"platform"?: LimeWebComponentPlatform;
|
|
590
589
|
}
|
|
591
590
|
interface CocDynamicProperties {
|
|
592
|
-
"columns"?: number;
|
|
593
591
|
/**
|
|
594
592
|
* The context this component belongs to
|
|
595
593
|
*/
|