js: implement keyboard related api

This commit is contained in:
王劲鹏
2021-03-18 18:47:49 +08:00
committed by osborn
parent eba0261082
commit a21cdcd874
11 changed files with 206 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ export * from './notification';
export * from './statusbar';
export * from './coordinator';
export * from './notch';
export * from './keyboard';