UNPKG

@capacitor/keyboard

Version:

The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.

5 lines 180 B
import { registerPlugin } from '@capacitor/core'; const Keyboard = registerPlugin('Keyboard'); export * from './definitions'; export { Keyboard }; //# sourceMappingURL=index.js.map