dfh-ui-library 1.12.699 → 1.12.700
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
@@ -349,7 +349,7 @@ export interface IMultiSelectProps {
|
|
349
349
|
error?: string;
|
350
350
|
wrapperClass?: string | undefined;
|
351
351
|
additionalClasses?: string | undefined;
|
352
|
-
|
352
|
+
onMultiSelect: (selectedValues: string[]) => void;
|
353
353
|
}
|
354
354
|
export interface OptionProps {
|
355
355
|
displayText: string;
|