@loadsmart/miranda-wc 1.51.1 → 1.51.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.
|
@@ -37,7 +37,7 @@ export declare class RadioGroup extends LitElement {
|
|
|
37
37
|
value: RadioGroupProps['value'];
|
|
38
38
|
/**
|
|
39
39
|
* Type of the selected radio-button.
|
|
40
|
-
* It is necessary due to
|
|
40
|
+
* It is necessary due to eligibility as a SelectionHost for the SelectionController
|
|
41
41
|
*/
|
|
42
42
|
type: SelectionType;
|
|
43
43
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class Tabs extends Component {
|
|
|
45
45
|
lazy: TabsProps['lazy'];
|
|
46
46
|
/**
|
|
47
47
|
* Type of selection to be managed.
|
|
48
|
-
* It is necessary due to
|
|
48
|
+
* It is necessary due to eligibility as a SelectionHost for the SelectionController.
|
|
49
49
|
*/
|
|
50
50
|
type: SelectionType;
|
|
51
51
|
/**
|