docs(components): running validate built some docs

This commit is contained in:
Brandy Carney
2018-06-14 16:31:08 -04:00
parent d94597b858
commit 81611946ee
10 changed files with 2360 additions and 2162 deletions

View File

@ -56,6 +56,8 @@ Animation to use when the picker is presented.
boolean
If the keyboard should be able to close the picker. Defaults to true.
#### leaveAnimation
@ -132,6 +134,8 @@ Animation to use when the picker is presented.
boolean
If the keyboard should be able to close the picker. Defaults to true.
#### leave-animation
@ -195,9 +199,13 @@ Emitted before the picker has presented.
#### addButton()
Add a new PickerButton to the picker
#### addColumn()
Add a new PickerColumn to the picker
#### dismiss()
@ -206,9 +214,13 @@ Dismiss the picker overlay after it has been presented.
#### getColumn()
Returns the column the matches the specified name
#### getColumns()
Returns all the PickerColumns
#### onDidDismiss()