Skip to content

Commit

Permalink
fix(layout): add Group.displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoNeng-wWw committed Oct 5, 2024
1 parent d03dda2 commit ab9ddfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/group/src/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const Group = (props: GroupProps) => {
)
}

Group.displayName = '@qwqui/layout/Group'

export type GroupAlign = 'center' | 'start' | 'end';
export type GroupJustify = 'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly';

Expand Down

0 comments on commit ab9ddfd

Please sign in to comment.