You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * The leading icon comes before button content */
leadingVisual?: React.ComponentType|null|undefined;/** * The trailing icon comes after button content */
trailingVisual?: React.ComponentType|null|undefined;
The text was updated successfully, but these errors were encountered:
Primer now defines
The text was updated successfully, but these errors were encountered: