Revert "Merge branch 'mouseup' into 'develop'"

This reverts commit 39b4ee9f09, reversing
changes made to a0597a6445.
This commit is contained in:
Alex Gleason
2022-11-19 22:08:58 +00:00
parent 6444632324
commit 8061c8d782
16 changed files with 309 additions and 338 deletions

View File

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