mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(button): make color input private
This commit is contained in:
@@ -47,6 +47,9 @@ export class Button {
|
||||
*/
|
||||
isItem: boolean;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Input() color: string;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user