Skip to content

Commit

Permalink
Update prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Green committed Mar 24, 2021
1 parent b8dfdc4 commit b21d14d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export interface IToastProviderProps {
*/
zIndex?: number;
/**
* Props to be spread onto the wrapping element for each Toast placement.
* Can be used to customize the positioning of a placement.
* Passes placement-based customization props to the toast's parent element
*/
placementProps?: Partial<Record<ToastPlacement, HTMLAttributes<HTMLDivElement>>>;
}
Expand Down

0 comments on commit b21d14d

Please sign in to comment.