Skip to content

Commit

Permalink
feat(Box): delete extra types
Browse files Browse the repository at this point in the history
  • Loading branch information
WB01081293 committed Jan 24, 2024
1 parent 923d08f commit 2f3dcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/box/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class Box extends React.Component<BoxProps> {
component,
} = this.props;

const styleProps: BoxProps = {
const styleProps = {
direction,
justify,
align,
Expand Down

0 comments on commit 2f3dcdb

Please sign in to comment.