Type Alias KeyboardServiceCallbacks

KeyboardServiceCallbacks: {
    onRender: (() => void);
    onUpdateCursor: (() => void);
}