Skip to content

Commit

Permalink
Add missing message property on ToastProps type (#4569)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Minor <[email protected]>
  • Loading branch information
JakeMinor and Jacob Minor authored Oct 8, 2023
1 parent de3c259 commit 01e3fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/lib/toast/Toast.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ export interface ToastProps {
* @deprecated since v3.26.0. Use 'pt' property.
*/
closeButtonProps?: ButtonHTMLAttributes | undefined;
/**
* Used to access message options.
* @type {ToastMessageOptions}
*/
message?: ToastMessageOptions;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ToastPassThroughOptions}
Expand Down

0 comments on commit 01e3fe7

Please sign in to comment.