mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(): hide methods not requiring docs
This commit is contained in:
@ -63,6 +63,9 @@ export class Checkbox {
|
||||
private _disabled: any = false;
|
||||
private _labelId: string;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
id: string;
|
||||
|
||||
@Input() value: string = '';
|
||||
|
Reference in New Issue
Block a user