StatusActionBar: stop propogation in parent div instead of each element individually

This commit is contained in:
Alex Gleason
2022-11-20 12:33:53 -06:00
parent d96ba27905
commit b892b85f70
2 changed files with 62 additions and 86 deletions

View File

@ -27,7 +27,7 @@ const spaces = {
8: 'space-x-8',
};
interface IHStack {
interface IHStack extends Pick<React.HTMLAttributes<HTMLDivElement>, 'onClick'> {
/** Vertical alignment of children. */
alignItems?: keyof typeof alignItemsOptions
/** Extra class names on the <div> element. */