dfh-ui-library 1.12.725 → 1.12.726

Sign up to get free protection for your applications and to get access to all the features.
@@ -344,7 +344,7 @@ export interface IMultiSelectProps {
344
344
  value: string[];
345
345
  };
346
346
  name: string;
347
- labelType?: "default" | "black" | "smallSelect" | "blackSmall" | "formLabelMedeum";
347
+ labelType?: "default" | "black" | "smallSelect" | "blackSmall" | "formLabelMedeum" | "formLabel";
348
348
  label?: string | undefined;
349
349
  defaultText?: string | undefined;
350
350
  error?: string;