Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
- Added "className" to typings for typescript (#31)
Browse files Browse the repository at this point in the history
* - Added "className" to typings for typescript
- Added .gitignore file to explicitly checkout in lf text mode which is required by the linter (failed on Windows otherwise)

* Fixed intending
  • Loading branch information
paulspiteri authored and nachoaIvarez committed Apr 24, 2017
1 parent 44c72fc commit c994cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare namespace FlexboxReact {
alignItems?: AlignItems;
alignSelf?: AlignItems;
children?: React.ReactNode;
className?: string;
display?: FlexDisplays;
element?: Elements;
flex?: string;
Expand Down

0 comments on commit c994cdd

Please sign in to comment.