mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(): hide methods not requiring docs
This commit is contained in:
@ -138,8 +138,6 @@ export class SegmentButton {
|
||||
})
|
||||
export class Segment {
|
||||
value: string;
|
||||
onChange = (_) => {};
|
||||
onTouched = (_) => {};
|
||||
|
||||
@Output() change: EventEmitter<SegmentButton> = new EventEmitter();
|
||||
|
||||
@ -183,6 +181,14 @@ export class Segment {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onChange = (_) => {};
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onTouched = (_) => {};
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user