docs(): add missing property docs

This commit is contained in:
mhartington
2018-06-18 15:23:26 -04:00
parent 79ebbd0cba
commit 503636ada8
8 changed files with 33 additions and 27 deletions

View File

@ -46,6 +46,9 @@ export class FabButton {
*/
@Prop() translucent = false;
/**
* If true, the fab button will show when in a fab-list.
*/
@Prop() show = false;
componentWillLoad() {