智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightingSystemApp-serial/.svn/pristine/52/52954f3eb45f02244332b5a219d...

10 lines
115 B

3 years ago
/**
* @file 键盘
*/
declare namespace my {
/**
* 隐藏键盘。
*/
function hideKeyboard(): void;
}