Skip to content

Commit

Permalink
Pick style prop for now
Browse files Browse the repository at this point in the history
  • Loading branch information
javamonn committed Nov 19, 2018
1 parent 299fce4 commit 972e572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/elements/Flex/Flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export interface FlexProps
MaxWidthProps,
PositionProps,
BottomProps,
ZIndexProps {
ZIndexProps,
Pick<HTMLAttributes<HTMLDivElement>, "style"> {
flexGrow?: number | string
}

Expand Down

0 comments on commit 972e572

Please sign in to comment.