@wizleap-inc/wiz-ui-react 2.7.0 → 2.8.0

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.
@@ -11,6 +11,7 @@ type Props = BaseProps & {
11
11
  borderLeft?: boolean;
12
12
  borderColor?: ColorKeys;
13
13
  labelTagPosition?: "left" | "right";
14
+ labelSuffix?: ReactNode;
14
15
  };
15
16
  export declare const WizFormControl: FC<Props>;
16
17
  export {};
@@ -10,3 +10,4 @@ export declare const Required: Story;
10
10
  export declare const Error: Story;
11
11
  export declare const BorderLeft: Story;
12
12
  export declare const labelTagPosition: Story;
13
+ export declare const LabelSuffix: Story;