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
* Use this to add props to the panel. For example, you can add className, style (merge and override default style), etc.
15
15
*/
16
-
panelProps?: JSX.HTMLAttributes<HTMLDivElement>
16
+
panelProps?: HTMLAttributes<HTMLDivElement>
17
17
/**
18
18
* Use this to add props to the close button. For example, you can add className, style (merge and override default style), onClick (extend default handler), etc.
* Use this to add props to the toggle button. For example, you can add className, style (merge and override default style), onClick (extend default handler), etc.
0 commit comments