@lzzjokerzzl/react-ui-components 1.4.6 → 1.4.7

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
@@ -3147,7 +3147,7 @@ declare interface ThumbIconProps {
3147
3147
  * @param props - Toast component properties
3148
3148
  * @returns JSX element representing a toast notification
3149
3149
  */
3150
- export declare const Toast: ({ id, type, title, description, closable, action, icon, size, variant, radius, position, className, onRemove, onClose, "data-testid": dataTestId, }: ToastProps) => JSX.Element;
3150
+ export declare const Toast: ({ id, type, title, description, duration, closable, action, icon, size, variant, radius, position, className, onRemove, onClose, "data-testid": dataTestId, }: ToastProps) => JSX.Element;
3151
3151
 
3152
3152
  /**
3153
3153
  * ToastContainer component that renders all active toasts