UNPKG
blueprintjs-core
Version:
latest (3.46.0)
3.46.0
Core styles & components
github.com/palantir/blueprint
palantir/blueprint
blueprintjs-core
/
lib
/
esnext
/
hooks
/
index.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
export
{
HotkeyConfig
}
from
"./hotkeys/hotkeyConfig"
;
export
{ useHotkeys,
UseHotkeysOptions
,
UseHotkeysReturnValue
}
from
"./hotkeys/useHotkeys"
;