docs(readme): update stencil docs generation readmes

This commit is contained in:
Adam Bradley
2018-05-30 12:02:31 -05:00
parent 128ed60510
commit 9872a6c7ee
20 changed files with 52 additions and 52 deletions

View File

@ -11,14 +11,14 @@ A Picker is a dialog that displays a row of buttons and columns underneath. It a
#### buttons
PickerButton[]
Array of buttons to be displayed at the top of the picker.
#### columns
PickerColumn[]
Array of columns to be displayed in the picker.
@ -47,7 +47,7 @@ If true, the picker will be dismissed when the backdrop is clicked. Defaults to
#### enterAnimation
AnimationBuilder
Animation to use when the picker is presented.
@ -59,7 +59,7 @@ boolean
#### leaveAnimation
AnimationBuilder
Animation to use when the picker is dismissed.