@coreui/angular-pro 5.2.5 → 5.2.6
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.
|
@@ -187,7 +187,7 @@ export declare class MultiSelectComponent<TValue extends string | number> implem
|
|
|
187
187
|
size?: 'sm' | 'lg';
|
|
188
188
|
/**
|
|
189
189
|
* Initial value of multi-select
|
|
190
|
-
* @type TValue | TValue[]
|
|
190
|
+
* @type (TValue | TValue[])
|
|
191
191
|
*/
|
|
192
192
|
set value(value: TValue | TValue[]);
|
|
193
193
|
get value(): TValue | TValue[];
|
package/package.json
CHANGED