mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(radio): update inputs/outputs
This commit is contained in:
@@ -58,7 +58,7 @@ export class RadioButton {
|
||||
id: string;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @output {Any} expression to be evaluated when clicked
|
||||
*/
|
||||
@Output() select: EventEmitter<RadioButton> = new EventEmitter();
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ export class RadioGroup {
|
||||
value;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @output {Any} expression to be evaluated when selection has been changed
|
||||
*/
|
||||
@Output() change: EventEmitter<RadioGroup> = new EventEmitter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user