pesona-ui 0.1.18 → 0.1.19

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.
package/dist/index.d.ts CHANGED
@@ -138,6 +138,8 @@ declare type ClearInputProps = default_2.InputHTMLAttributes<HTMLInputElement>;
138
138
  export declare const ConfirmationAlert: default_2.FC<ConfirmationAlertProps>;
139
139
 
140
140
  declare interface ConfirmationAlertProps {
141
+ labelIcon?: default_2.ReactNode;
142
+ label: string;
141
143
  message: string;
142
144
  onCancel: () => void;
143
145
  onConfirm: () => void;