mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(): update some classes to private
This commit is contained in:
@ -3,7 +3,9 @@ const DEFAULT_EXPIRE = 330;
|
||||
let cbEle, fallbackTimerId;
|
||||
let isShowing = false;
|
||||
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export class ClickBlock {
|
||||
|
||||
enable() {
|
||||
|
Reference in New Issue
Block a user