File size: 383 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
// Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license.
export { shortcut } from './shortcut.js';
/**
* Deprecated, use `ShortcutParameter` instead
* @typedef {import('./public').ShortcutParameter} ShortcutParameters
*/
/**
* Deprecated, use `ShortcutEventDetail` instead
* @typedef {import('./public').ShortcutEventDetail} ShortcutEventDetails
*/
|