Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: add events for flex component (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: “merankori” <[email protected]>
  • Loading branch information
merankori and “merankori” committed Oct 27, 2023
1 parent ea96a69 commit 4f3a262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/shared/ui/flex/flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import styles from './flex.module.scss';
import clsx from 'clsx';

export interface FlexProps {
export interface FlexProps extends React.HTMLAttributes<HTMLDivElement> {
/**
* [props.align] - The align-items property defines the default behavior for how items are laid out along the cross axis (perpendicular to the main axis). Default is 'normal'.
*/
Expand Down

2 comments on commit 4f3a262

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for teameights ready!

✅ Preview
https://teameights-q3824eig2-exortme1ster.vercel.app

Built with commit 4f3a262.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for teameights-storybook ready!

✅ Preview
https://teameights-storybook-kxxjagnf9-exortme1ster.vercel.app

Built with commit 4f3a262.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.