UNPKG

narraleaf-react

Version:

A React visual novel player framework

4 lines (3 loc) 248 B
import { KeyBindingValue } from "../../../game/nlcore/game/keyMap"; import { KeyBindingType } from "../../../game/nlcore/game/types"; export declare function useKeyBinding(type: KeyBindingType): [KeyBindingValue, (value: KeyBindingValue) => void];