mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
6 lines
315 B
TypeScript
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
|