diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 0a2d2edefc144f1b7b2311cef3f31a8004bc8bcb..0338eecc797b45bb2c2203aa0ceef589950312ab 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -10333,26 +10333,6 @@ declare enum LayoutSafeAreaType { * @since 12 */ SYSTEM = 0, - - /** - * Soft keyboard area. - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - KEYBOARD = 1, - - /** - * All safe area regions. - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - ALL = 2, } /**