Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing properties in index.d.ts #380

Merged
merged 3 commits into from
Dec 29, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.d.ts
  • Loading branch information
William Candillon authored Dec 25, 2016
commit 561968a91fc3867afd3e48c5fdb034765f052646
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ declare module 'native-base' {
/**
* see Widget Text.js
*/
interface View extends React.ViewProperties { }
interface View extends React.ViewProperties {
padder?: boolean
}
/**
* see Widget Text.js
*/
Expand Down