UNPKG
@empoleon/spotlight
Version:
latest (8.0.0)
8.0.0
Command center components for react and Empoleon
empoleon.dev
empoleondev/empoleon
@empoleon/spotlight
/
lib
/
get-hotkeys.d.ts
4 lines
(3 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
import
{
HotkeyItem
}
from
'@empoleon/hooks'
;
import
{
SpotlightStore
}
from
'./spotlight.store'
;
export
declare
function
getHotkeys
(
hotkeys
:
string
|
string
[] |
null
|
undefined
,
store
:
SpotlightStore
):
HotkeyItem
[];