Skip to content

Commit

Permalink
feat(HawkEye): 完善 HawkEye 文档中未提及的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Mar 13, 2024
1 parent e2a2c82 commit c81d447
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions types/controls/HawkEye.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ export interface HawkEyeOptions {
*/
export declare class HawkEye extends Control {
constructor(options?: HawkEyeOptions);

/**
* 展开
* @warning 文档未提及但是存在
*/
open(): void;
/**
* 收起
* @warning 文档未提及但是存在
*/
close(): void;
}

export default HawkEye;

0 comments on commit c81d447

Please sign in to comment.