StatusActionBar: stop propogation in parent div instead of each element individually
This commit is contained in:
@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user