docs(button): make color input private

This commit is contained in:
mhartington
2016-02-01 11:47:44 -05:00
parent 7936829862
commit 6e98b6287a

View File

@@ -47,6 +47,9 @@ export class Button {
*/
isItem: boolean;
/**
* @private
*/
@Input() color: string;
constructor(