Files
v10/dist/dev/ui/hotkey/use-hotkey-shortcut.d.ts

6 lines
315 B
TypeScript

import { HotkeyShortcutDetails } from "@videojs/core/dom";
//#region src/ui/hotkey/use-hotkey-shortcut.d.ts
declare function useHotkeyShortcut(action: string | undefined, value?: number | undefined): HotkeyShortcutDetails;
//#endregion
export { useHotkeyShortcut };
//# sourceMappingURL=use-hotkey-shortcut.d.ts.map