dfh-ui-library 1.12.715 → 1.12.717

Sign up to get free protection for your applications and to get access to all the features.
@@ -346,7 +346,6 @@ export interface IMultiSelectProps {
346
346
  name: string;
347
347
  labelType?: "default" | "black" | "smallSelect" | "blackSmall" | "formLabelMedeum";
348
348
  label?: string | undefined;
349
- labelClasses?: string;
350
349
  defaultText?: string | undefined;
351
350
  error?: string;
352
351
  wrapperClass?: string | undefined;