pesona-ui 0.1.19 → 0.1.21

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
@@ -139,7 +139,7 @@ export declare const ConfirmationAlert: default_2.FC<ConfirmationAlertProps>;
139
139
 
140
140
  declare interface ConfirmationAlertProps {
141
141
  labelIcon?: default_2.ReactNode;
142
- label: string;
142
+ label?: string;
143
143
  message: string;
144
144
  onCancel: () => void;
145
145
  onConfirm: () => void;