Type Alias: KeyboardState
ts
type KeyboardState = "open" | "closed";Describes the possible states of the virtual keyboard
type KeyboardState = "open" | "closed";Describes the possible states of the virtual keyboard